Skip to main content
POST
Create a new custom group

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Body

application/json
name
string
required
Example:

"Finance"

Response

200 - application/json
id
string
required
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

name
string
required
Example:

"Finance"

is_system
boolean
required
Example:

false

created_at
string
required
Example:

"2025-01-01T00:00:00.000Z"

updated_at
string
required
Example:

"2025-01-01T00:00:00.000Z"

workspace_id
string | null
Example:

"workspace-123"

Last modified on July 13, 2026