List the people from an event

List all the people linked to all the sessions of an event.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

This endpoint requires the events:read or events:write scopes.

List all the registrants, attendees and team members (People) associated to an Event, regardless of its Sessions objects.

You can filter the people by their role, using the filter[role] GET filter:

  • participant, which are external people
  • team_member — which are internal).

You can also filter People using an filter[email] filter, which lets you search for a particular person among the participants with an email address.

Path Params
string
required

Event ID

Query Params
string

Page index to be returned

string

Number of record to be returned by page

string

Filter People by role : 'participant', 'team_member'

string

Filter People by their email (exact match)

Responses

401

Authentication failed

403

Workspace blocked

404

Not found

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json
*/*