POST
/
api
/
v1
/
groups

Body

application/json
name
string
required

The name of the group to create.

Required string length: 1 - 50
role
string
default:
no-access

The role of the group to create.

Minimum length: 1
slug
string

The slug of the group to create.

Required string length: 5 - 36

Response

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

Was this page helpful?