List all roles
List all roles available in the system.
Authorization: All authenticated users can list roles.
Pagination: Use skip and limit parameters to control pagination.
Maximum limit is 100 roles per request.
Use Cases:
- Display available roles in user interfaces
- Role selection during group or user management
- Administrative overview of system roles
- Integration with external systems requiring role information
System Roles: The system includes built-in roles like superadmin which cannot be deleted.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to skip
x >= 0Maximum number of items to return
1 <= x <= 100Response
List of roles retrieved successfully
List of items for the current page
Total number of items available
x >= 0150
Number of items skipped (offset)
x >= 00
Maximum number of items returned
1 <= x <= 10050
Whether there are more items available
true
