Skip to main content
POST

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Headers

Idempotency-Key
string

Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.

Maximum string length: 255

Path Parameters

id
string
required

The group id to add members to.

Example:

"grp_tz4a98xat96iws9zmbrgj3a"

Body

application/json
personIds
string[]

Explicit person ids to add.

Example:
segmentId
string

Add every person currently matching this segment as a one-time snapshot; they are copied in and not kept in sync with the segment afterward.

Example:

"seg_tz4a98xat96iws9zmbrgj3a"

Response

OK

added
integer
required

Number of people newly added to the group.

Required range: x >= 0
Example:

37

memberCount
integer
required

The group's total member count after the add.

Required range: x >= 0
Example:

285

skipped
integer
required

Number of people skipped because they were already members.

Required range: x >= 0
Example:

3