List roles
GET/roles
Lists all available roles. Only roles the user has are listed.
Responses
- 200
- 401
- 403
- 404
Returns all roles the user has permission to view.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.