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.
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>"
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-docs-5492.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the connection to trigger synchronization for
Cette page vous a-t-elle été utile ?