Skip to main content
SDK luma.events.guests.add(eventId: string, body: GuestAddParams): Promise<void> Adds one or more guests to an event.

Parameters

string
required
Event api_id from events.list().
GuestAddParams
required
Guest details to add. See the official Luma API docs for available fields.

Test it

Add a test guest to a test event, then confirm with events.guests.list():