Skip to main content
PUT
Update Visitor
Updates an existing Visitor record. You must include the Id of the record to update along with all required fields.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Visitor-Edit role.

Enums

Request Body

Required Fields

integer
required
The Id of the Visitor record to update.
integer
required
ID of the business linked to this record.
string
required
Visitor full name.
string
required
Visitor email.
integer
required
Visitor source.
integer
required
Host approval status.
string
required
Expected arrival date and time.

Optional Fields

integer
ID of the coworker linked to this record.
string
Location checked in at.
string
Optional notes or comments about this visitor.
string
Customer notes.
string
Reason for visit.
string
Visitor company name.
string
Visitor phone number.
boolean
Whether the visitor has arrived.
string
Actual arrival date.
string
Departure date.
boolean
Whether notified is enabled.
boolean
Whether internal is enabled.
boolean
Whether this is a tour visit.
boolean
Whether the visitor has agreed to terms.
boolean
Whether the tour is confirmed.
string
ID of the access control scheduled job associated with this record.
boolean
Check in the visitor now.

Code Examples

Response

200

integer
HTTP status code. 200 on success.
string
A human-readable message confirming the update.
object
Contains the Id of the updated record.
boolean
true if the visitor was updated successfully.
array
null on success.
Example Response

400

string
A summary of the validation error(s), in the format PropertyName: error message.
any
null on validation failure.
object[]
Array of validation errors.
boolean
false when the request fails validation.
Example Response