{ "opencollection": "1.0.0", "info": { "name": "Verato Organization AddRelationshipService MergeIdentities API", "version": "2026.1.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "MergeIdentities", "type": "folder" }, "items": [ { "info": { "name": "Merge two identities (mergeIdentities)", "type": "http" }, "http": { "method": "POST", "url": "https://yourveratodomain.com/org-link-ws/svc/mergeIdentities", "body": { "type": "json", "data": "{}" } }, "docs": "Merges a \"toRetire\" source identity into a \"toSurvive\" source identity. After a merge, the retired source is marked as merged and the surviving identity contains combined data. The response returns the surviving linkId.\n" } ] } ], "bundled": true }