post /groups

Adds a new group.

Adds a new group, and returns the group object created.

Request body

group (required)
Group Details about the group to create.

Responses

201
Success. The group has been created.

400
One of the following errors has occurred:The request syntax is malformed.The specified group name already exists.

403
The user is not authorized to create a new group.