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/identity-providers/{idp_id}/provisioning/scim-tokens \ --header 'Authorization: Bearer <token>'
{ "scim_tokens": [ { "created_at": "2025-05-11T20:11:45.431Z", "token_id": "tok_abc8H9hWQ8LaCkdh", "valid_until": "2025-05-11T20:26:45.431Z" }, { "created_at": "2025-04-11T20:11:45.431Z", "token_id": "tok_tuz8H9hWQ8LaCkdh", "valid_until": "2025-04-12T20:11:45.431Z" } ] }
この組織の、ID で指定された IDプロバイダー のプロビジョニング構成の SCIM トークン の一覧を取得します。
The access token received from the authorization server in the OAuth 2.0 flow.
IDプロバイダーの識別子。
^con_[A-Za-z0-9]{16}$
IDプロバイダーのプロビジョニング SCIM トークンを一覧表示します。
Show child attributes