curl --request PUT \
--url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/synchronized-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": [
{
"id": "<string>"
}
]
}
'Create or replace the selected groups for a connection directory provisioning configuration.
curl --request PUT \
--url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/synchronized-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": [
{
"id": "<string>"
}
]
}
'Documentation Index
Fetch the complete documentation index at: https://auth0-feat-testing-docs.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 create or replace synchronized groups for
Array of Google Workspace Directory group objects to synchronize.
Show child attributes
No Content
Cette page vous a-t-elle été utile ?