curl --request POST \
--url https://{tenantDomain}/api/v2/organizations/{organization_id}/groups/{group_id}/roles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"roles": [
"<string>"
]
}
'Assign one or more roles to a specified group in the context of an organization.
curl --request POST \
--url https://{tenantDomain}/api/v2/organizations/{organization_id}/groups/{group_id}/roles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"roles": [
"<string>"
]
}
'Documentation Index
Fetch the complete documentation index at: https://auth0-feat-docs-5498.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.
ID of the organization
ID of the group
Array of role IDs to assign to organization group.
1Unique identifier for the role (service-generated).
Roles successfully assigned to organization group.
Cette page vous a-t-elle été utile ?