Role
Bearer authentication header of the form Bearer <token>.
Page number
0Example: 0Page size
10Example: 10Search query
| Supported Keys | Supported Operators | Notes |
|---|---|---|
| id | : | Equal operator Support multiple values with each value separated by the ; delimiter |
| name | : | Like operator |
{"summary":"Search a role by name","value":"name:admin"}OK
Total number of pages available
Indicates whether this is the last page
Total number of elements across all pages
Number of elements in the current page
Indicates whether this is the first page
Size of the page (number of elements per page)
Current page number (zero-indexed)
Bad Request
Bearer authentication header of the form Bearer <token>.
Role ID
8742a724-0a64-4b1f-92c9-cbcce0c15a92OK
Role identifier
Role name
Role description
Type of role
Whether organization permissions cascade to child organizations
Bad Request
Role not found
Bearer authentication header of the form Bearer <token>.
Role ID
8742a724-0a64-4b1f-92c9-cbcce0c15a92Page number
0Example: 0Page size
10Example: 10OK
Total number of pages available
Indicates whether this is the last page
Total number of elements across all pages
Number of elements in the current page
Indicates whether this is the first page
Size of the page (number of elements per page)
Current page number (zero-indexed)
Bad Request
Role not found
Bearer authentication header of the form Bearer <token>.
Role ID
8742a724-0a64-4b1f-92c9-cbcce0c15a92Controls how permissions are returned:
false(default): Returns raw permissions as stored in the database without any transformation. Permissions with dataId="ALL" will be returned as-is.true: Returns expanded permissions where:- Roles with ADMIN type will get all available dataId permissions
- Any permission with dataId="ALL" will be expanded to show all available dataId permissions for the same dataType
Raw permissions show the exact database records, while expanded permissions show the effective access granted to the role after applying permission inheritance rules.
falseExample: falseOK
Bad Request
Role not found
Last updated