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
Changes
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲