Skip to main content
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.

Test it

Approve a pending guest on a test event: