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
.
crm.lists.read
crm.lists.write
cms.membership.access_groups.write
crm.lists.read
The access token received from the authorization server in the OAuth 2.0 flow.
The IDs of the records to add to the list.
The body is of type string[]
.
Successful response
The IDs of the records that were added
, removed
, and/or found to be missing
as a result of the
membership update request.