Deduplicate Data Subjects

Use this API to merge data subject records into a primary data subject record. The transactions and profile history captured across multiple data subject identifiers will be consolidated into the primary data subject record, containing all of the data subject's information.

🗒

Things to Know

  • Data subjects indicated in the additionalIdentifiers parameter value will be deleted after being merged with the primaryIdentifier.
  • Existing transactions for the additionalIdentifiers value will convert to the primaryIdentifier.
  • Data elements will use the most recent updated value across all of the data subject identifiers.
  • Receipts will remain under the data subject identifier from which they were generated.
  • Data subjects merged into a single profile will use the magic link of the remaining data subject.
  • Merging data subjects may affect the primary data subject's consent status. For more information about transaction and status logic, see Universal Consent & Preference Management Transaction Types and Purpose Statuses.
Body Params
boolean
Defaults to false

Flag indicating whether to synchronize the merge operation to SQL database.

date-time
additionalIdentifiers
array of strings
length between 1 and 2147483647

List of additional identifiers to be merged with the primary identifier. Must contain at least one identifier.

additionalIdentifiers
string
required

The primary identifier that additional identifiers will be merged into.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*