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/jsonBody 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.