Skip to main content
POST
Create an account group

Authorizations

Authorization
string
header
required

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

Body

application/json

Group creation payload.

CreateGroupPayload schema.

name
string
required

Display name.

description
string

Description text.

Response

200 - application/json

OK

Group schema.

id
integer<int64>

Unique identifier for the record.

name
string

Display name.

description
string

Description text.

created_by
string

User that created the record.

created_at
string<date-time>

Timestamp when the record was created.

updated_at
string<date-time>

Timestamp when the record was last updated.