List participants in a business conference

Returns a paginated list of participants in the specified business conference. With an attendee token, the current participant is excluded and results may be filtered by participant type permissions and confirmation status. With a user or app token, all participants are returned. Supports updated_since filtering and include_count for participant totals in metadata. Cached for 30 minutes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

integer
required

Business conference ID

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

ISO 8601 timestamp to filter participants updated after this date

string

If present, includes participant_count in response metadata

string

Filter by participant type ID (comma-separated for multiple)

string

Search across profile_display_name and profile_contact_name

string

Filter by profile display name (partial match)

string

Filter by profile contact name (partial match)

string

Comma-separated participant IDs to filter

string

Time slot (epoch timestamp) to filter participants available at that slot

string

When 'true', excludes participants who already have a meeting with the current participant

integer

Filter by attendee type ID

integer

Filter by country ID (via attendee city)

string

Comma-separated category IDs to filter by looking-for categories

string

Comma-separated category IDs to filter by offering categories

string

Comma-separated sort keys for result ordering

Responses
200

Paginated list of participants

401

Unauthorized -- missing or invalid token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!