# Unmerge two identities Reverses a previous merge operation by extracting a previously merged source identity into its own record. Returns the new linkId and the linkId it was unmerged from. Endpoint: POST /unmergeIdentities Version: 2026.1.2 Security: bearerAuth ## Request fields (application/json): - `auditId` (string) Unique audit identifier for correlating requests and responses. - `auditLogMap` (object) Map of string keys to string values. - `trackingId` (string) Optional client-defined correlation ID. - `content` (object) Unmerge a previously merged source into a new identity. - `content.unmergeFromSource` (object) Tracks an identity back to its source system. - `content.unmergeFromSource.date` (string) - `content.unmergeFromSource.name` (string) Unique source system name across Verato. - `content.unmergeFromSource.id` (string) Native ID of the identity within the source. - `content.unmergeSource` (object) Tracks an identity back to its source system. ## Response 200 fields (application/json): - `auditId` (string) Unique audit identifier for correlating requests and responses. - `success` (boolean) Indicates whether the business operation succeeded. - `unparsedJson` (string) Raw response payload, for debugging or migration. - `warnings` (array) Non-fatal warnings generated by the operation. - `retryableError` (boolean) Indicates whether an error is transient and the request may be retried. - `message` (string) Human-readable status message. - `errors` (array) Error messages if success is false. - `trackingId` (string) Echo of the request trackingId, if provided. - `content` (object) Unmerge identities response content. - `content.unmergedSource` (object, required) Tracks an identity back to its source system. - `content.unmergedSource.date` (string) - `content.unmergedSource.name` (string) Unique source system name across Verato. - `content.unmergedSource.id` (string) Native ID of the identity within the source. - `content.unmergedFromSource` (object, required) Tracks an identity back to its source system. - `content.unmergedId` (string, required) - `content.unmergedFromId` (string, required)