POST
Create an outbound group preset

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Human-readable preset name scoped to the actor.

Required string length: 1 - 120
group_ids
string<uuid>[]
required

Internal group ids from /v2/groups. They must belong to the authenticated workspace.

Required array length: 1 - 100 elements
description
string | null
Maximum string length: 500

Response

Group preset created.

id
string<uuid>
required
actor_user_id
string
required

Clerk user id that owns this preset.

name
string
required
group_ids
string<uuid>[]
required
created_at_ms
integer<int64>
required
updated_at_ms
integer<int64>
required
description
string | null