Intercom API

Getting access, Developing, Testing

Back to Intercom

Update a visitor

Sending a PUT request to /visitors will result in an update of an existing Visitor.

Option 1. You can update a visitor by passing in the user_id of the visitor in the Request body.

Option 2. You can update a visitor by passing in the id of the visitor in the Request body.

Input

type: object properties: parameters: type: object properties: Intercom-Version: type: number Content-Type: type: string Accept: type: string title: Parameters