Associate a domain with an Identity Provider
Associate a domain with an Identity Provider
Associate a domain with an Identity Provider specified by ID for this Organization. The domain must be claimed and verified.
POST
Associate a domain with an Identity Provider
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Identity provider identifier.
Pattern:
^con_[A-Za-z0-9]{16}$Body
application/json
Domain name.
Pattern:
^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$Response
Domain successfully associated with identity provider.
Domain name.
Pattern:
^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$