My Organization API
cURL
curl --request GET \ --url https://{tenantDomain}/my-org/domains/{domain_id}/identity-providers \ --header 'Authorization: Bearer <token>'
{ "identity_providers": [ { "id": "con_2CZPv6IY0gWzDaQJ", "display_name": "Acme Engineering", "name": "acme-engineering" }, { "id": "con_2CZPv6IY0gWzDaQG", "display_name": "Acme Engineering 2", "name": "acme-engineering-2" } ] }
Retrieve the list of identity providers that have a specific organization domain alias.
The access token received from the authorization server in the OAuth 2.0 flow.
Organization domain identifier.
^ord_[A-Za-z0-9]{22}$
List identity providers for an organization domain.
Show child attributes
このページは役に立ちましたか?