Guests
Add guests
Add one or more guests to a Luma event by email or user ID with luma.events.guests.add(), with optional approval and invite controls.
SDK
luma.events.guests.add(eventId: string, body: GuestAddParams): Promise<void>
Adds one or more guests to an event.
Parameters
Event
api_id from events.list().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 withevents.guests.list():