Guests
Update guest status
Update a Luma event guest’s approval or check-in status with luma.events.guests.updateStatus(eventId, guestId, body) in the TypeScript SDK.
SDK
luma.events.guests.updateStatus(eventId: string, guestId: string, body: GuestUpdateStatusParams): Promise<void>
Updates a guest’s approval or check-in status.
Parameters
string
required
Event
api_id from events.list().string
required
Guest
api_id from events.guests.list().GuestUpdateStatusParams
required
Status fields to update. See the official Luma API docs for available fields.