Skip to main content
POST
Create an organization group

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

Body

application/json
name
string
required

Human-readable group name (e.g. "Marketing", "Tech").

Maximum string length: 100
Example:

"Marketing"

description
string

Optional description of the group.

Maximum string length: 500
Example:

"Growth, campaigns and content spend."

Response

Group created

success
boolean
required
Example:

true

group
object
required