A BookingVisitor links a Visitor to a Booking, representing a guest associated with that booking.Visitors can only be added to bookings that are associated with a customer (Booking.CoworkerId is not null).When a visitor is added to a booking, they may receive a booking confirmation email and a visitor invite email, depending on the notification settings configured for the location of the booked resource.
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 BookingVisitor-Create role.