Add people to a group
Add people to the group by explicit person ids and/or by snapshotting a segment’s current matches into it. Idempotent — people already in the group are skipped.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Headers
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.
255Path Parameters
The group id to add members to.
"grp_tz4a98xat96iws9zmbrgj3a"
Body
Response
OK
Number of people newly added to the group.
x >= 037
The group's total member count after the add.
x >= 0285
Number of people skipped because they were already members.
x >= 03