Get organization JIT default roles
Get organization roles that will be assigned to users during just-in-time provisioning.
Path parameters
-
The unique identifier of the organization.
GET /api/organizations/{id}/jit/roles
curl \
-X GET https://[tenant_id].logto.app/api/organizations/{id}/jit/roles \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string",
"type": "User"
}
]