Person Merges
Initiate Person Merge
Initiate a person merge to combine a duplicate person profile into a primary person profile.
This is an asynchronous process that will merge all data from the duplicate person into the primary person. Once the merge is initiated, you can track its progress using the returned task URL.
Requires the "Manage duplicates" permission and organization admin role.
post/v2/person-merges
Request body
Example request
{
"primaryPersonId": 12345,
"duplicatePersonId": 67890
}Response
Accepted
Example response
{
"taskUrl": "https://api.affinit.com/tasks/person-merges/123e4567-e89b-12d3-a456-426614174000"
}