Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{tenantDomain}/my-org/v1/domains/{domain_id}/identity-providers \ --header 'Authorization: Bearer <token>'
{ "identity_providers": [ { "display_name": "Acme Engineering", "id": "con_2CZPv6IY0gWzDaQJ", "name": "acme-engineering" }, { "display_name": "Acme Engineering 2", "id": "con_2CZPv6IY0gWzDaQG", "name": "acme-engineering-2" } ] }
この組織の、ID で指定されたドメインに関連付けられた IDプロバイダー の一覧を取得します。
The access token received from the authorization server in the OAuth 2.0 flow.
組織ドメインの識別子。
^ord_[A-Za-z0-9]{22}$
組織ドメインのIDプロバイダーを一覧表示します。
Show child attributes