Perform an Authorization Check
GET/authorization/check
Performs an authorization check for the currently authenticated user.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Request successful.
Returned if some of the query parameters are invalid, for example if a permission parameterName is not valid for the provided resourceType. See the Introduction for the error response format.
The user is not authenticated. See the Introduction for the error response format.
When a userId is passed and the user does not possess a READ permission for the
Authorization resource. See the
Introduction
for the error response format.
Authorization with given id does not exist. See the Introduction for the error response format.