curl --request GET \
--url https://{tenantDomain}/api/v2/groups/{id}/roles \
--header 'Authorization: Bearer <token>'{
"roles": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"next": "<string>"
}Lists the roles assigned to a group.
curl --request GET \
--url https://{tenantDomain}/api/v2/groups/{id}/roles \
--header 'Authorization: Bearer <token>'{
"roles": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"next": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://auth0.com/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.
Unique identifier for the group (service-generated).
18 - 26Optional Id from which to start selection.
Number of results per page. Defaults to 50.
x >= 1このページは役に立ちましたか?