Skip to main content

Method

POST /v1/comms/lists/:id/members

Path Parameters

string
required
The list ID.

Headers

string
required
Bearer token (requires comms:write).
string
required
application/json

Body Parameters (Single Member)

string
required
The person ID to add.
string
How the member was added: manual, import, api, form. Defaults to api when using the API.

Body Parameters (Batch Add)

string[]
required
Array of person IDs to add.
string
How the members were added. Defaults to api.

Request Example

Response Example (Single)

Use batch add (personIds) when adding multiple members for better performance. Duplicate person IDs are handled gracefully (existing members are skipped).