CreateGroupUser
Creates a new group user.
URI POST rest/v1/groupusers
Returns – A UserResponse containing a User Object in the Users array. (See UserResponse 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. |
salt |
string |
Required. Any combination of text and numbers that was used to encrypt the plain text password into encryptedPassword. |
groupUser |
GroupUserView |
Required. User Object. See Appendix B |