CreateGroup
Creates a new group.
URI POST rest/v1/group
Returns – A RequestResponse containing a User Object in the Users array. (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 |
Required. The username making this call |
group |
GroupView |
Required. Group Object. See Appendix B |