Roles & Permissions

List Organization Roles

List all roles available to an organization (system roles + custom roles).

Only organization members can view roles.

:param request_fastapi: FastAPI request object. :param organization_id: Organization ID. :param session: Database session. :return: List of roles.

get/v0/organizations/{organization_id}/roles

Path parameters

organization_idinteger required

Response

Successful Response

idinteger required
namestring required
descriptionstring nullable
organization_idinteger nullable
is_system_roleboolean required
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.