Visitors
Create Visitor
Create a new Visitor record.
POST
Create 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-Create 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
ID of the business linked to this record.
Visitor full name.
Visitor email.
Visitor source. Defaults to
eVisitorSource.Administrator.Host approval status. Defaults to
eVisitorHostApprovalStatus.NotRequired.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 creation.
Contains the
Id of the newly created record.true if the visitor was created 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
Create Visitor