Update Visitor Request Payload

Update an existing visitor.

Any of:

Update an existing visitor.

id
required
string

A unique identified for the visitor which is given by Intercom.

user_id
string

A unique identified for the visitor which is given by you.

name
string

The visitor's name.

object

The custom attributes which are set for the visitor.

{ "id": "8a88a590-e", "user_id": "123", "name": "Christian Bale", "custom_attributes": { "paid_subscriber": true, "monthly_spend": 155.5, "team_mates": 9 } }