Convert Visitor Request Payload

You can merge a Visitor to a Contact of role type lead or user.

type
required
string

Represents the role of the Contact model. Accepts lead or user.

required
object or object

The unique identifiers retained after converting or merging.

required
object or object or object

The unique identifiers to convert a single Visitor.

{ "type": "user", "user": { "id": "8a88a590-e1c3-41e2-a502-e0649dbf721c", "user_id": "8a88a590-e1c3-41e2-a502-e0649dbf721c", "email": "winstonsmith@truth.org" }, "visitor": { "id": "8a88a590-e1c3-41e2-a502-e0649dbf721c", "user_id": "8a88a590-e1c3-41e2-a502-e0649dbf721c", "email": "winstonsmith@truth.org" } }