Skip to main content
POST
Create Workspace Group

Headers

Idempotency-Key
string
required

Stable command identifier reused when retrying the same group creation request.

Required string length: 1 - 255
x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Body

application/json
group_name
string
required

The workspace group name.

Required string length: 1 - 100
description
string | null
Maximum string length: 500
members
string[]

Public user IDs of existing workspace members to add after group creation.

Response

Successful Response

group_id
string
required
status
string
default:ok
Allowed value: "ok"