Enroll an attendee in a session

Enrolls an attendee in a specific workshop session. This endpoint safely handles concurrent requests to prevent overbooking and automatically recomputes related attendee charges.

Validation Rules

  • Availability: Checks seat capacity and enforces per-attendee-type limits.
  • Scheduling: Prevents double-enrollment and time overlaps with other registered sessions.
  • Timeline: Ensures the booking deadline has not passed.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Event public UUID (api_key). Used in all event-scoped API paths.

string
required

WorkshopDefinition GUID.

string
required

Session (Workshop) GUID.

Body Params
string
required

UUID of the attendee being enrolled.

Responses

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