This method allows your to merge contact records together. This moves all tickets and contact methods from your source contact into your destination contact. The source contact will then be removed once the tickets and contact methods have been moved.
/api/v2/contacts/merge
This method can only be accessed using account-wide access tokens.
source_contact
- the ID of the source contact (required)destination_contact
- the ID of the destination contact (required){
"status": "merged"
}