Update Guest Status

Update a guest’s status. Set status to approved ("Going"), declined, pending_approval, or waitlist. Use should_refund to refund a paid guest when moving them out of an approved state. Use message to include a personal note in the email we send the guest. To send a soft invite that guests can accept, use /v1/events/guests/send-invites instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Event ID, this usually starts with evt-

string
required

Guest identifier — the guest ID (gst-), a ticket key, a guest key (g-), or the user's email.

string
enum
required
Allowed:
boolean

If you are moving a guest who has paid to declined, waitlist, or pending_approval, should we refund their payment? Defaults to false.

boolean | null

Optional. Whether Luma should email the guest about the status change. Defaults to true. Set to false if your integration sends its own notifications.

length ≤ 200

Optional. Personal message included in the email we send the guest about the status change. Max of 200 characters. Can't be combined with send_email: false.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json