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
Event
api_id from events.list().Guest
api_id from events.guests.list().Status fields to update. See the official Luma API docs for available fields.