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-sdk8048.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
このページは役に立ちましたか?