Enables or disables single sign-on (SSO) for a workspace.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SetOfficeSiteSsoStatus |
The operation that you want to perform. Set the value to SetOfficeSiteSsoStatus. |
EnableSso | Boolean | Yes | true |
Specifies whether to enable SSO. Valid values:
|
OfficeSiteId | String | Yes | cn-hangzhou+dir-363353**** |
The ID of the workspace. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 5CC5E450-FC43-4F5B-B540-9964BD313427 |
The ID of the request. |
Samples
Sample requests
https://ecd.cn-hangzhou.aliyuncs.com/?Action=SetOfficeSiteSsoStatus
&EnableSso=true
&OfficeSiteId=cn-hangzhou+dir-363353****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success response
XML
format
<SetOfficeSiteSsoStatusResponse>
<RequestId>5CC5E450-FC43-4F5B-B540-9964BD313427</RequestId>
</SetOfficeSiteSsoStatusResponse>
JSON
format
{
"RequestId":"5CC5E450-FC43-4F5B-B540-9964BD313427"
}