Organization SSO domains

Get an SSO domain

Get a registered SSO email domain and its verification state

Authorization

A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

Service Token Accesses manage_sso

OAuth Scopes

ResourceScopes
Organizationmanage_sso
get/organizations/{organization}/sso/domains/{id}

Path parameters

organizationstring required

Organization name slug from list_organizations. Example: acme.

idstring required

The public ID of the organization domain

Response

Returns the SSO domain

type'OrganizationDomain' required

The resource type

idstring required

The public ID of the organization domain

domainstring required

The domain name

state'pending' | 'verified' | 'failed' required

The verification state of the domain

verified_atstring nullable required

When the domain was verified

failure_reasonstring nullable required

The reason domain verification failed

created_atstring required

When the domain was created

updated_atstring required

When the domain was last updated

Changes

Changed in 1 of the 24 revisions of this API.1