Add All Records from a Source List to a Destination List
Add all of the records from a source list (specified by the sourceListId) to a destination list (specified by the listId). Records that are already members of the destination list will be ignored. The destination and source list IDs must be different. The destination and source lists must contain records of the same type (e.g. contacts, companies, etc.).
This endpoint only works for destination lists that have a processingType of MANUAL or SNAPSHOT. The source list can have any processingType.
This endpoint only supports a sourceListId for lists with less than 100,000 memberships.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ILS ID of the MANUAL or SNAPSHOT destination list, which the source list records are added to.
The ILS ID of the source list to grab the records from, which are then added to the destination list.