curl --request GET \
--url https://{tenantDomain}/api/v2/connections-directory-provisionings \
--header 'Authorization: Bearer <token>'{
"directory_provisionings": [
{
"connection_id": "<string>",
"connection_name": "<string>",
"strategy": "<string>",
"mapping": [
{
"auth0": "<string>",
"idp": "<string>"
}
],
"synchronize_automatically": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"synchronize_groups": "all",
"last_synchronization_at": "2023-11-07T05:31:56Z",
"last_synchronization_status": "<string>",
"last_synchronization_error": "<string>"
}
],
"next": "<string>"
}Retrieve a list of directory provisioning configurations of a tenant.
curl --request GET \
--url https://{tenantDomain}/api/v2/connections-directory-provisionings \
--header 'Authorization: Bearer <token>'{
"directory_provisionings": [
{
"connection_id": "<string>",
"connection_name": "<string>",
"strategy": "<string>",
"mapping": [
{
"auth0": "<string>",
"idp": "<string>"
}
],
"synchronize_automatically": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"synchronize_groups": "all",
"last_synchronization_at": "2023-11-07T05:31:56Z",
"last_synchronization_status": "<string>",
"last_synchronization_error": "<string>"
}
],
"next": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-custom-rate-limit-policies.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.
Optional Id from which to start selection.
Number of results per page. Defaults to 50.
1 <= x <= 100このページは役に立ちましたか?