Merge Contacts
POST
/org/{tenant}/v2/contacts/merge/{id}
Platform support: MT and CC
Merge multiple contacts into a destination contact. Source contacts are deleted and their activities are transferred to the destination contact.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Updated contact.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Not Found — the requested resource does not exist.
Internal Server Error — an unexpected error occurred.