Domains
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
List all domains
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET /api /organizations /:organization_id /domainsExample response
Status 200
RESPONSE
Create domains
Required API key scopes
organization:writePath parameters
- organization_idstring
Request parameters
- domainstring
- jit_provisioning_enabledboolean
- sso_enforcementstring
- saml_entity_idstring
- saml_acs_urlstring
- saml_x509_certstring
Response
Example request
POST /api /organizations /:organization_id /domainsExample response
Status 201
RESPONSE
Retrieve domains
Required API key scopes
organization:readPath parameters
- idstring
A UUID string identifying this domain.
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /domains /:idExample response
Status 200
RESPONSE
Update domains
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this domain.
- organization_idstring
Request parameters
- domainstring
- jit_provisioning_enabledboolean
- sso_enforcementstring
- saml_entity_idstring
- saml_acs_urlstring
- saml_x509_certstring
Response
Example request
PATCH /api /organizations /:organization_id /domains /:idExample response
Status 200
RESPONSE
Delete domains
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this domain.
- organization_idstring
Example request
DELETE /api /organizations /:organization_id /domains /:idExample response
Status 204 No response body
Create domains verify
Path parameters
- idstring
A UUID string identifying this domain.
- organization_idstring
Request parameters
- domainstring
- jit_provisioning_enabledboolean
- sso_enforcementstring
- saml_entity_idstring
- saml_acs_urlstring
- saml_x509_certstring
Example request
POST /api /organizations /:organization_id /domains /:id /verify