Skip to main content
POST

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Path Parameters

eventId
integer
required

The event ID.

Query Parameters

page
integer
default:1

Page number for pagination.

Required range: 1 <= x <= 999
pageSize
integer
default:25

Number of results per page.

The event-settings list endpoints (tags, tracks, levels, formats, rooms, languages, statuses) also accept the older spelling page_size, and used to accept only that — a request sending pageSize silently got the default 25. Both now work, pageSize wins when both are sent, and on these endpoints a value outside 1–100 is clamped rather than rejected. Everywhere else pageSize is the only spelling.

Required range: 1 <= x <= 100

Body

application/json

Search request body for participants. Every SpeakerSearchBody filter is accepted with the same semantics (categorization filters match the participant's top-level session), plus roleIds, roleSlugs and email.

filters
object
sort
object

Nested sort keys matching the search POST body (createdAt.sort, not a flat order enum). Each key is optional.

expand
enum<string>[]
Available options:
translated_fields

Response

OK

results
object[]
pagination
object

Pagination metadata returned with POST search responses. The event-settings GET lists return the same numbers under snake_case keys — see ListPagination.