Register a user for event preregister
Registers an attendee on the preregister list for the given event.
Requires API key capability preregister:write (or all:write). The event must belong to the API key organization.
Registration is only accepted when the event has an active preregister configuration, the event is still purchasable, and the preregister window is open. Use GET /events/{id} to inspect preregister settings and which fields are required.
Additional fields beyond fullname and email may be required depending on the event preregister configuration.
Authorizations
Path Parameters
The id of the event.
Body
Attendee data for preregister registration.
Full name of the attendee.
255"John Doe"
Email address of the attendee.
255"john@example.com"
Phone number. May be required depending on the event preregister configuration.
255"+34600000000"
Birth date in ISO 8601 format.
"1990-01-01"
Gender code.
0, 1, 2 255"Spain"
255"Madrid"
255"28001"
255"12345678A"
dni, nie, passport, other, "dni"
Whether the attendee opts in to email remarketing.
Whether the attendee opts in to SMS remarketing.