Skip to main content
POST
Create a new custom group in your company

Authorizations

Authorization
string
header
required

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

Body

V3 API: Create a new custom group in the user's company

name
string
required

Name of the group

Maximum string length: 254
description
string | null

Description of the group

Response

Group created successfully

Company group create / retrieve / update / list.

user_role is empty for a freshly created group because the creator is not automatically added as a member.

id
integer
required
name
string
required
category
string
required
description
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
user_role
string
required
read-only
members_count
integer
required
read-only