UpdateGroupUser

Creates a new group user.

Returns – A UserResponse containing a User Object in the Users array.  (See RequestResponse in Appendix B)

Parameters

NameTypeDescription
encryptedTokenstringRequired. Encrypted Token returned from client authentication. Returns null if token has expired or is invalid.
saltstringRequired. Any combination of text and numbers that was used to encrypt the plain text password into encryptedPassword.
groupUserGroupUserViewRequired. User Object. See Appendix B