POST /usergroups/
Description
Adds usergroup new-usergroup-name
.
Endpoints
POST /usergroups/{new-usergroup-name}/
Parameters
none
Notes
new-usergroup-name
must be 4-99 characters, and can only contain letters, numbers, spaces, and the@
(ampersand).
(dot)_
(underscore) and-
(dash) symbols
Returns
status, id
on success. The id
returned represents the usergroup id.{
"status": "200",
"id": "212"
}