Get organization role scopes
Get organization scopes that are assigned to the specified organization role with optional pagination.
Path parameters
-
id
string Required The unique identifier of the organization role.
GET
/api/organization-roles/{id}/scopes
curl \
--request GET 'https://[tenant_id].logto.app/api/organization-roles/{id}/scopes' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string"
}
]