Get organization role resource scopes
Get all resource scopes that are assigned to the specified organization role.
Path parameters
-
The unique identifier of the organization role.
GET /api/organization-roles/{id}/resource-scopes
curl \
-X GET https://[tenant_id].logto.app/api/organization-roles/{id}/resource-scopes \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"resourceId": "string",
"name": "string",
"description": "string",
"createdAt": 42.0
}
]