All Products
Search
Document Center

Elastic Desktop Service:GetOfficeSiteSsoStatus

Last Updated:May 28, 2023

Queries whether single sign-on (SSO) is enabled for a workspace.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
OfficeSiteIdstringYes

The workspace ID.

cn-hangzhou+dir-363353****

Response parameters

ParameterTypeDescriptionExample
object

The object that is returned.

SsoStatusboolean

Indicates whether SSO is enabled.

false
RequestIdstring

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****

Examples

Sample success responses

JSONformat

{
  "SsoStatus": false,
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history