Create Registrant
Creates a new registrant for a specific event. Requires event_id and email at minimum. Returns the full registrant record on success.
You can assign a package_id, session_ids, and discount_code in a single call to complete a full registration. Set send_email=true to trigger the confirmation email to the registrant. Set override_capacity_errors=true to register even when the event or sessions are at capacity.
The registration_status defaults to confirmed if not specified. Financial fields (individual_net, group_gross, etc.) are calculated automatically and cannot be set directly.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Query Parameters
boolean - optional - If an item is sold out, an error will be shown and the registrant will not be updated. If this flag is enabled, the data will be updated
""