permissions
Get Tenant Roles
List roles in a tenant.
Callers who are the tenant owner or have user-management permission (e.g. Admin role) see every role in the tenant. Other callers see only the roles they are a member of.
Path Parameters
- tenant_id (UUID): The UUID of the tenant (find yours via GET /api/v1/permissions/tenants/me)
Response
Returns a JSON list of roles: [{“id”, “name”, “description”, “user_count”}].
GET
Get Tenant Roles