Skip to main content

Get Domain Status (2.0)

GET 

/v2.0/api/tenants/:tenant_id/directoryservices/status

Get the domain status.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Responses

Successful Operation

Schema
    count int32

    The number of responses.

    id string

    The ID of the response.

    tenant_id string

    The ID of the tenant.

    items DirectoryServiceDomainStatus[]
  • Array [
  • groups_count int64

    The number of groups.

    id string

    The ID.

    last_updated int64

    The last updated domain status.

    name string

    The name of the domain.

    status string

    Domain status.

    users_count int64

    The number of users.

  • ]
Loading...