CreateGroup

Creates a new group.

URI POST rest/v1/group

Returns – A RequestResponse containing the created group ID in the ReturnValue parameter.  (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