Skip to main content
POST
Create a content group

Body

application/json
name
string
required

Content group name (not required to be unique within the organization)

Minimum string length: 1
description
string

Optional free-text description

Response

Content group created

id
string
required

Unique identifier of the content group

name
string
required

Content group name (not required to be unique within the organization)

createdAt
string
required

When the content group was created — timestamp (ISO-8601 format)

updatedAt
string
required

When the content group was last updated — timestamp (ISO-8601 format)

groupType
enum<string>
required

Whether the group is customer-created (USER) or a platform-managed system group (SYSTEM). Every organization has exactly one SYSTEM group, representing "applies to all content groups." SYSTEM groups are created automatically and cannot be created, updated, or deleted via the API — only USER groups can. Server-determined, never accepted on create/update requests.

Available options:
SYSTEM,
USER
description
string

Optional free-text description