Queries whether single sign-on (SSO) is enabled for a workspace.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetOfficeSiteSsoStatus |
The operation that you want to perform. Set the value to GetOfficeSiteSsoStatus. |
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 | 9C013BF3-BA83-400E-85DF-861804F0948A |
The ID of the request. |
SsoStatus | Boolean | false |
Indicates whether SSO is enabled. |
Examples
Sample requests
https://ecd.cn-hangzhou.aliyuncs.com/?Action=GetOfficeSiteSsoStatus
&OfficeSiteId=cn-hangzhou+dir-363353****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success response
XML
format
<GetOfficeSiteSsoStatusResponse>
<RequestId>9C013BF3-BA83-400E-85DF-861804F0948A</RequestId>
<SsoStatus>false</SsoStatus>
</GetOfficeSiteSsoStatusResponse>
JSON
format
{
"RequestId":"9C013BF3-BA83-400E-85DF-861804F0948A",
"SsoStatus":"false"
}