GET /api/organization-roles
curl \
-X GET https://[tenant_id].logto.app/api/organization-roles \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string",
"type": "User",
"scopes": [
{
"id": "string",
"name": "string"
}
],
"resourceScopes": [
{
"id": "string",
"name": "string",
"resource": {
"id": "string",
"name": "string"
}
}
]
}
]