Retrieve paginated person merges for the organization.
Returns all person merges initiated by users in your organization, including their current
status, the persons involved, and merge details. You can filter person merges using the filter query parameter. The filter parameter is a string that you can specify conditions based on the following properties:
| Property | Type | Operators | Values | Examples |
|---|---|---|---|---|
status | enum | = | in-progress, success, failed | status=failed |
taskId | string | = | taskId=789e0123-e45b-67c8-d901-234567890123 |
Person merges are returned in reverse chronological order (most recent first).
Requires the “Manage duplicates” permission and organization admin role.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cursor for the next or previous page
Number of items to include in the page
1 <= x <= 100Filter person merges using Affinity Filtering Language
OK
Paginated person merge states