メインコンテンツへスキップ
POST
https://{tenantDomain}/api/v2
/
connections
/
{id}
/
directory-provisioning
/
synchronizations
ディレクトリのオンデマンド同期を要求する
curl --request POST \
  --url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/synchronizations \
  --header 'Authorization: Bearer <token>'
{
  "connection_id": "<string>",
  "status": "<string>",
  "synchronization_id": "<string>"
}

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

同期をトリガーする対象の接続のid

レスポンス

ディレクトリ同期がトリガーされました。スキーマについては、Response Schemasを参照してください。

connection_id
string
必須

接続の識別子

status
string
必須

同期ステータス

synchronization_id
string
必須

同期の識別子