Authorization
List Roles
List roles. Open to authenticated users so the UI can populate dropdowns.
Paginated via limit / offset so a single call cannot return the entire catalog of roles + their permissions. Stable order is (name, id) so offset is deterministic across calls.
get/api/v1/authz/roles
Query parameters
is_systemboolean nullable
Filter by is_system flag
Filter by is_system flag
namestring nullable
Substring match on role name
Substring match on role name
limitinteger
offsetinteger
Response
Successful Response