Skip to main content
POST
Create a group.

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Body

application/json
name
string
required

Label is only used for the presentation.

ownerId
string
required

You must provide owner of the group.

ownerType
enum<string>
required

Owner type.

Available options:
USER,
GROUP
category
string

Category is only used for the presentation.

desc
string

Desc (visible to users).

Response

Created.