Passer au contenu principal
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>"
}

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

The id of the connection to trigger synchronization for

Réponse

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

connection_id
string
requis

The connection's identifier

synchronization_id
string
requis

The synchronization's identifier

status
string
requis

The synchronization status