Add Records to a List

PUT {{baseUrl}}/crm/v3/lists/:listId/memberships/add

Add the records provided to the list. Records that do not exist or that are already members of the list are ignored.

This endpoint only works for lists that have a processingType of MANUAL or SNAPSHOT.

Request Body

["<long>", "<long>"]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;recordIdsMissing&quot;:[&quot;\u003clong\u003e&quot;,&quot;\u003clong\u003e&quot;],&quot;recordIdsRemoved&quot;:[&quot;\u003clong\u003e&quot;,&quot;\u003clong\u003e&quot;],&quot;recordsIdsAdded&quot;:[&quot;\u003clong\u003e&quot;,&quot;\u003clong\u003e&quot;]}