メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
connections-scim-configurations
SCIM設定一覧を取得
curl --request GET \
  --url https://{tenantDomain}/api/v2/connections-scim-configurations \
  --header 'Authorization: Bearer <token>'
{
  "scim_configurations": [
    {
      "connection_id": "<string>",
      "connection_name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "mapping": [
        {
          "auth0": "<string>",
          "scim": "<string>"
        }
      ],
      "strategy": "<string>",
      "tenant_name": "<string>",
      "updated_on": "2023-11-07T05:31:56Z",
      "user_id_attribute": "<string>"
    }
  ],
  "next": "<string>"
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

クエリパラメータ

from
string

選択を開始する省略可能な Id。

take
integer

1 ページあたりの結果数。デフォルトは 50 です。

必須範囲: 1 <= x <= 100

レスポンス

テナントの SCIM 構成です。スキーマについては Response Schema を参照してください。

scim_configurations
object[]
必須

SCIM 設定の一覧

next
string

結果の次のページで "from" クエリパラメーターとして使用するカーソル。