Get All Attendees of Event

This API returns all the attendees of event.

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
recordsTotalTotal number of attendees present
recordsFilteredNumber of attendees present in the current API response
dataList of JSON objects. Each object represents one attendee
firstNameThis field returns First name of the user.
lastNameThis field returns Last name of the user.
emailThis field returns Email of the user.
photoThis field returns photo of the user.
userIdThis field returns user id.
columnSelectionDataData of custom columns that have been selected on the "Attendee Analytics" page.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
200Returns all attendee details.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4030201Not Event Host
Language
Click Try It! to start a request and see the response here!