Add guest attendees to a booking
POST /appointments/bookings/{booking_uid}/guests
POST
/appointments/bookings/{booking_uid}/guests
Invite additional guests (email addresses) to an existing booking.
Sends notification emails to each new guest and updates the booking’s
attendee list. Backed by BookingsHandler.handle_add_guests.
Raises 404 when the booking uid is not visible to the caller.
Authorizations
Parameters
Path Parameters
booking_uid
required
Booking UID (uuid string).
string
Booking UID (uuid string).
Header Parameters
Request Body required
object
guests
required
Array<string>
Responses
200
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string