Attendees
Update Attendee
Update an attendee’s status
PATCH
Update Attendee
Updates an attendee (ticket) status. Delegates to the same path the Gomry dashboard uses, so upgrade-flow routing, capacity locks, and Stripe refund side effects fire correctly. Requires theattendees:write scope.
Path Parameters
The unique identifier of the event.
The unique identifier of the attendee (ticket).
Request Body
Target status. Allowed values:
valid— approve a pending ticketchecked_in— mark as scanned at the doorpending_approval— return a valid ticket to the approval queuerejected— refuse a pending ticket (may trigger Stripe refund for paid tickets)deleted— soft-delete the ticket (also achievable via DELETE)
Send the attendee an email about the status change. Default
false.Custom message included in the notification email (max 10000 chars). Ignored when
notify_guest is false.Response
Returns200 OK with the updated attendee in the same shape as Get Attendee.
Errors
400 Validation failed— invalid body shape.404 Attendee not found— ticket missing or not owned by your org.422— the underlying transition was rejected (e.g. you tried to approve a ticket whose pending upgrade was cancelled). The responseerrorfield carries the reason.
