# Get available user roles Retrieves a list of available user roles that can be assigned to users. Endpoint: GET /admin/roles Security: clientCredentials ## Response 200 fields (application/json): - `body` (array, required) Array of role resources - `body.roleName` (string, required) The unique identifier for the role - `body.displayName` (string, required) The human-readable display name for the role ## Response 400 fields (application/json): - `error` (string) The error message further explaining the error