Required Permissions
Your root key must have the following permission:rbac.*.read_role
Request
Maximum number of roles to return in a single response.Use smaller values for faster response times and better UI performance.Use larger values when you need to process many roles efficiently.Results exceeding this limit will be paginated with a cursor for continuation.Min: 1Max: 100Example:
50Pagination cursor from a previous response to fetch the next page of roles.Include this when you need to retrieve additional roles beyond the first page.Each response containing more results will include a cursor value that can be used here.Leave empty or omit this field to start from the beginning of the role list.Max length: 1024 charactersExample:
eyJrZXkiOiJyb2xlXzEyMzQifQ==Response
Array of role objects.Each role includes:
id: Role identifiername: Role namedescription: Role description (if set)permissions: Array of assigned permissionscreatedAt: Creation timestampupdatedAt: Last update timestamp