List attendees for an event

Returns a paginated list of attendees for the given event. Supports filtering by attendee type, check-in status, keyword search, and custom field values. Cached for 30 minutes. User-authenticated requests return full attendee data; attendee-authenticated requests require the event's app_settings to allow listing.

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

Event slug or numeric ID

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

Sort field (e.g. full_name, created_at desc)

string

Comma-separated attendee type IDs to filter by

boolean

Return only checked-in attendees

boolean

Return only attendees who have NOT checked in (ignored if only_checked_in is true)

boolean

Include archived (soft-deleted) attendees in results

boolean

Return only soft-deleted attendees (those with a deleted_by_id)

boolean

Include rejected attendees (archived + confirmed) in results

boolean

Return only confirmed attendees

string

Comma-separated attendee IDs to filter by

integer

Filter attendees by checkpoint — returns attendees whose attendee type is allowed by the checkpoint

string

Search by name, email, or other fields

integer

Filter attendees enrolled in the specified workshop

boolean

When workshop_id is present, filter by workshop check-in status

integer

Filter attendees rated by the specified business conference participant ID

integer

Return attendees with ID greater than this value (used for sync/pagination)

integer

Filter attendees available for the given business conference slot (excludes those already scheduled)

string

Filter by exact attendee internal_id

string

Filter by custom field value. Replace custom_field_id with the numeric custom field ID (e.g. custom_fields[123]=value)

string

Filter by custom field internal ID value. Replace internal_id with the internal ID string (e.g. custom_internal_ids[my_field]=value)

string

Return attendees updated at or after this UTC datetime (format: YYYY-MM-DD HH:MM:SS)

string

Return attendees created at or after this UTC datetime (format: YYYY-MM-DD HH:MM:SS)

string

Filter by first name (partial match, LIKE)

string

Filter by last name (partial match, LIKE)

string

Filter by email (partial match, LIKE)

string

Filter by company (partial match, LIKE)

boolean

Filter by payment status. true returns only paid attendees, false returns only unpaid attendees. Omit to return all.

string

When present, includes attendee_workshops and checkpoint_logs in the response

string

When present, includes workshop check-in data in the serialized response

string

Comma-separated relationships to include (e.g. attendee_type)

Responses

401

Unauthorized - missing or invalid token

404

Event not found

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