Visitors
Update Visitor
Update an existing Visitor record.
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
eVisitorSource — VisitorSource values
eVisitorSource — VisitorSource values
| Value | Name |
|---|---|
| 1 | Administrator |
| 2 | NexIO |
| 3 | Customer |
eVisitorHostApprovalStatus — HostApprovalStatus values
eVisitorHostApprovalStatus — HostApprovalStatus values
| Value | Name |
|---|---|
| 1 | NotRequired |
| 2 | Requested |
| 3 | Rejected |
| 4 | AcceptedAndHold |
| 5 | AcceptedAndGrant |
Request Body
Required Fields
The Id of the Visitor record to update.
ID of the business linked to this record.
Visitor full name.
Visitor email.
Visitor source.
Host approval status.
Expected arrival date and time.
Optional Fields
ID of the coworker linked to this record.
Location checked in at.
Optional notes or comments about this visitor.
Customer notes.
Reason for visit.
Visitor company name.
Visitor phone number.
Whether the visitor has arrived.
Actual arrival date.
Departure date.
Whether notified is enabled.
Whether internal is enabled.
Whether this is a tour visit.
Whether the visitor has agreed to terms.
Whether the tour is confirmed.
ID of the access control scheduled job associated with this record.
Check in the visitor now.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the update.
Contains the
Id of the updated record.true if the visitor was updated successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Update Visitor