Visitors
Get one Visitor
Retrieve a single Visitor record by its Id.
GET
Get one Visitor
A Visitor represents a person visiting a location who is not a member. Visitors are registered with their name, contact details, expected arrival time, and the host (customer) they are visiting. Visitor management includes check-in/check-out tracking and optional host approval workflows.
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-Read role.Path Parameters
The Id of the Visitor record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Visitor full name.
Visitor email.
ID of the coworker linked to this record.
Host coworker type.
Host coworker full name.
Host coworker company name.
Host coworker billing name.
Host coworker email.
Host coworker team names.
Visitor source. See
eVisitorSource enum values: 1 = Administrator, 2 = NexIO, 3 = Customer.Host approval status. See
eVisitorHostApprovalStatus enum values: 1 = NotRequired, 2 = Requested, 3 = Rejected, 4 = AcceptedAndHold, 5 = AcceptedAndGrant.Visitor code.
Location checked in at.
Optional notes or comments about this visitor.
Customer notes.
Reason for visit.
Visitor company name.
Visitor phone number.
Expected arrival date and time.
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.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one Visitor