UpdateGroupUserRole
Updates the role of an existing group user.
URI PUT rest/v1/groupuser
Returns – A RequestResponse containing a success or failure. (See RequestResponse in Appendix B)
Parameters
| Name | Type | Description |
|---|---|---|
| encryptedToken | string | Required. Encrypted Token returned from client authentication. Returns null if token has expired or is invalid. |
| username | string | The username of the eSign account holder |
| groupUser | string | The username of the group user’s account to update |
| userRole | string | The role to be assigned to the group user, possibilities: Admin, Manager, User |