get https://{defaultHost}/events//people
List all the people linked to all the sessions of an event.
This endpoint requires the
events:read
orevents: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 peopleteam_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.