curl --request GET \
--url https://{tenantDomain}/api/v2/organizations/{id}/members/{user_id}/effective-roles \
--header 'Authorization: Bearer <token>'{
"roles": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"sources": [
"direct"
]
}
],
"next": "<string>"
}Lists the roles assigned to an organization member directly or through group membership.
curl --request GET \
--url https://{tenantDomain}/api/v2/organizations/{id}/members/{user_id}/effective-roles \
--header 'Authorization: Bearer <token>'{
"roles": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"sources": [
"direct"
]
}
],
"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.
Organization identifier.
50ID of the user to list effective roles for.
Optional Id from which to start selection.
Number of results per page. Defaults to 50.
x >= 1このページは役に立ちましたか?