Skip to main content
POST
Create a group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

You must include the name of the group to create.

name
string
required

The name of the group

Response

200 - application/json

Returns a group object when successful. The returned group will have user attributes based on the information that was provided when group was created.

id
integer
name
string
active
boolean
creatorId
string
default
boolean