Get Roles Assigned to User
GET/rbac/user
Retrieve a list of roles assigned to a specific user.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 413
- 500
Successful response with a list of roles assigned to the user.
The request was malformed or invalid.
The provided authentication credentials were invalid.
The authenticated user does not have permission to access the requested resource.
The requested resource was not found.
The request payload is too large.
An internal server error occurred. Look at the server logs for more details.