Endpoints
Groups

Create Group

Creates a group with the supplied name.

post/api/v1/groups

Request body

namestring required

The name of the group to be created.

Response

Created

idinteger required

The ID of the group created from this request.

Changes