Update segment membership
Update the memberships of a list by adding and removing members in a single operation. This endpoint allows you to efficiently manage list memberships by specifying which members to add and which to remove in one request.
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 unique identifier of the list whose memberships are to be updated.
Body
Response
successful operation
An array of strings representing the IDs of records that were not found or could not be processed during the update.
An array of strings representing the IDs of records that were successfully removed from the list.
An array of strings representing the IDs of records that were successfully added to the list.