Skip to content

Merge preview response

The result of a merge preview. Either the merge is allowed (with a summary of the changes) or it is not (with reasons).

One of:

Returned when the merge is allowed.

allowedboolean

Always true. The merge is allowed.

Value:true

A summary of the changes the merge would make to the surviving contact.

{ "allowed": true, "summary": { "attribute_changes": {}, "reassignments": {} } }