Get organization application roles
Get roles associated with the application in the organization.
Path parameters
-
The unique identifier of the organization.
-
The unique identifier of the application.
GET
/api/organizations/{id}/applications/{applicationId}/roles
curl \
--request GET https://[tenant_id].logto.app/api/organizations/{id}/applications/{applicationId}/roles \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string",
"type": "User"
}
]