Skip to main content
GET
/
directories
/
status
Error
A valid request URL is required to generate request examples
{
  "has_directory": true,
  "has_active_directory": true,
  "directory_count": 0,
  "active_directory": {
    "id": "<string>",
    "name": "<string>",
    "type": "<string>",
    "domain": "<string>",
    "user_count": 0,
    "group_count": 0
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

SSO/SCIM connection status summary for an organization

has_directory
boolean
required

Whether any directory connections exist

has_active_directory
boolean
required

Whether an active directory connection exists

directory_count
integer
required

Total number of directory connections

Required range: -9007199254740991 <= x <= 9007199254740991
active_directory
object
required

Details of the active directory, if any