Skip to main content

Set user role

PUT 

/api/web/v1/users/:userid/roles/:roleid

Set the role of the given user to the given role. Caller requires the USERSITEROLES:EDIT permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user whose role is to be modified.

    roleid stringrequired

    The UUID of the role which will be assigned to the user.

Responses

Successful

Loading...