Skip to content

Mark host or attendees as no-show

POST
/appointments/bookings/{booking_uid}/mark-absent

Record a no-show for the host, one or more attendees, or both.

Pass host=true to flag the host as absent. Pass attendees as a list of attendee dicts (each containing at least email) to flag specific attendees. Backed by BookingsHandler.handle_mark_absent (updates no_show flags; sends no automatic notifications - this is an operator CRM action). 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

X-Target-Org-Id
Any of:
string

Request Body required

object
attendees
Any of:
Array<object>
object
key
additional properties
any
host
Any of:
boolean

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