Updates user roles (for ordinary users)
Delegate user permissions for the specified username.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
usernamestringRequiredExample:
User Identifier
usernameBodystring[]
string[]Optional
Responses
200
User permissions.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
put
/permissions/users/{username}/delegateLast updated