This section covers all endpoints for creating, reading, updating, and managing participant accounts. Participants are the individuals registered for events — attendees, speakers, moderators, buyers, and exhibitor team members.
The section is divided into write endpoints (for creating and updating accounts, categories, and schedules) and read endpoints (for retrieving individual accounts or paginated lists).
Each endpoint page includes how-to guides — step-by-step instructions for common tasks, each with a What you'll need before starting table. Topics covered include creating participants, updating profile fields, managing categories and event roles, assigning exhibitor team memberships, handling session schedules, and more. How-to guides are listed as child pages under each endpoint reference page.
|
Method |
Endpoint |
Description |
|---|---|---|
|
POST |
|
Create or update a participant account |
|
GET |
|
Retrieve a participant account by ID, External ID, or email |
|
GET |
|
Check whether an account with a given email already exists |
|
GET |
|
List participant categories configured for an event |
|
POST |
|
Create or update a participant category |
|
POST |
|
Add sessions to a participant's personal schedule |
|
DELETE |
|
Remove sessions from a participant's personal schedule |
|
DELETE |
|
Detach a participant from an event or permanently delete their account |
|
DELETE |
|
Bulk remove all participants from an event |
|
GET |
|
List business matching buyer accounts for an event |
|
GET |
|
Paginated list of all participants registered for an event, with full profile data |
|
GET |
|
Paginated list of accounts deleted or detached from an event |