メインコンテンツへスキップ
POST
/
connections
/
{id}
/
directory-provisioning
/
synchronizations
Request an on-demand synchronization of the directory
curl --request POST \
  --url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/synchronizations \
  --header 'Authorization: Bearer <token>'
{
  "connection_id": "<string>",
  "synchronization_id": "<string>",
  "status": "<string>"
}

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

The id of the connection to trigger synchronization for

レスポンス

The directory synchronization was triggered. See Response Schemas for schema.

connection_id
string
必須

The connection's identifier

synchronization_id
string
必須

The synchronization's identifier

status
string
必須

The synchronization status