Management API
cURL
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>" }
Request an on-demand synchronization of the directory.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the connection to trigger synchronization for
The directory synchronization was triggered. See Response Schemas for schema.
The connection's identifier
The synchronization's identifier
The synchronization status
Was this page helpful?