Retrieves information about the user (roles, permissions assigned policies)
Updates user permissions for the specified username.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
usernamestringRequiredExample:
User Identifier
usernameResponses
200
User permissions.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/permissions/users/{username}PreviousReturns list of all users for whom the current user can change the roleNextUpdates User Roles (only SR)
Last updated