メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
connections-directory-provisionings
ディレクトリのプロビジョニング設定一覧を取得
curl --request GET \
  --url https://{tenantDomain}/api/v2/connections-directory-provisionings \
  --header 'Authorization: Bearer <token>'
{
  "directory_provisionings": [
    {
      "connection_id": "<string>",
      "connection_name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "mapping": [
        {
          "auth0": "<string>",
          "idp": "<string>"
        }
      ],
      "strategy": "<string>",
      "synchronize_automatically": true,
      "updated_at": "2023-11-07T05:31:56Z",
      "last_synchronization_at": "2023-11-07T05:31:56Z",
      "last_synchronization_error": "<string>",
      "last_synchronization_status": "<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

レスポンス

テナントのディレクトリプロビジョニング構成です。スキーマについては Response Schemas を参照してください。

directory_provisionings
object[]
必須

ディレクトリのプロビジョニング設定の一覧

next
string

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