POST
/
api
/
v1
/
groups

Body

application/json
name
string
required

The name of the group to create.

Required string length: 1 - 50
slug
string

The slug of the group to create.

Required string length: 5 - 36
role
string
default: no-access

The role of the group to create.

Minimum length: 1

Response

200 - application/json
id
string
required
orgId
string
required
name
string
required
slug
string
required
role
string
required
createdAt
string
required
updatedAt
string
required
roleId
string | null

Was this page helpful?