Skip to main content
POST
Create an account group

Ủy quyền

Authorization
string
header
bắt buộc

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

Nội dung

application/json

Group creation payload.

CreateGroupPayload schema.

name
string
bắt buộc

Display name.

description
string

Description text.

Phản hồi

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.