API Method /event_list_attendees

This method returns a list of attendees for a given event. If no authentication is passed, only publicly available attendee records will be returned.

Arguments

authentication
This method controls access via optional user authentication.
id integer
The ID of the event.
countinteger
Limit the number of attendees returned. Default limit is 50 attendees per page if paginate selected
pageinteger
Allows for paging through the results of a query. Default is 1. Page size will be setted with “count” parameter
do_not_displaystring optional
Comma separated list without spaces that leaves out certain data returned. Valid options are: profile,answers,address
show_full_barcodesstring optional
If set to ‘true’, it will return all barcodes associates with the attendee, plus the barcode status, device used,

attendee_id, and barcode number. If left blank, it will return a comma separated list of barcodes

Example Request

https://www.eventbrite.com/xml/event_list_attendees?...&id=123456789

Output Parameters

This method returns XML with the following structure:

attendees array
Array of attendees with the following structure:

id integer
The event ID.
ticket_id integer
The ticket ID of the purchased ticket.
quantity integer
The quantity of tickets purchased.
currency string
The ticket currency, in 3-letter ISO 4217 format (e.g., “USD”).
amount_paid float
The amount paid by the attendee.
barcode string
comma separated list of barcodes “0814847311126137001, 0814847311126137002, 0814847311126137003″.
order_id integer
The Eventbrite order ID.
order_type string
The type/status of order (Free Order, PayPal Completed, Pay By Check, etc).
created string
The date and time that the attendee record was created, in ISO 8601 format (e.g., “2007-12-31 23:59:59″).
modified string
The date and time that the attendee record was last modified, in ISO 8601 format (e.g., “2007-12-31 23:59:59″).
event_date string
For repeat events only. Date the attendee has selected.
discount string
Discount code and amount used by the attendee.
notes string
Optional notes.
email string
Email address of the attendee.
prefix string
Prefix of the attendee.
first_name string
First name of the attendee.
last_name string
Last name of the attendee.
suffix string
Suffix of the attendee.
home_address string
Home address of the attendee.
home_address_2 string
Line 2 of the home address of the attendee.
home_city string
Home city of the attendee.
home_postal_code string
Home postal code of the attendee.
home_region string
Home state/province/county of the attendee.
home_country string
Home country name of the attendee.
home_country_code string
Home country code of the attendee, in 2-letter ISO 3166 format (e.g., “US”).
home_phone string
Home phone of the attendee.
cell_phone string
Cell phone of the attendee.
ship_address string
Shipping address of the attendee.
ship_address_2 string
Line 2 of the shipping address of the attendee.
ship_city string
Shipping city of the attendee.
ship_postal_code string
Shipping postal code of the attendee.
ship_region string
Shipping state/province/county of the attendee.
ship_country string
Shipping country name of the attendee.
ship_country_code string
Shipping country code of the attendee, in 2-letter ISO 3166 format (e.g., “US”).
work_address string
Work address of the attendee.
work_address_2 string
Line 2 of the work address of the attendee.
work_city string
Work city of the attendee.
work_postal_code string
Work postal code of the attendee.
work_region string
Work state/province/county of the attendee.
work_country string
Work country name of the attendee.
work_country_code string
Work country code of the attendee, in 2-letter ISO 3166 format (e.g., “US”).
work_phone string
Work phone of the attendee.
job_title string
Job title of the attendee.
company string
Company of the attendee.
website string
Website link of the attendee.
blog string
Blog of the attendee.
gender string
Gender of the attendee.
birth_date string
Birth date of the attendee.
age string
Age of the attendee.
answers array
Array of answers to custom questions with the following structure:

question_id integer
The question ID.
question string
The label of the question.
question_type string
The type of question (“text” or “multiple choice”).
answer_text string
The answer to the question.

Example XML Response

<?xml version="1.0" encoding="utf-8" ?>
<attendees>
	<attendee>
		<id>26</id>
		<ticket_id>123456</ticket_id>
		<quantity>1</quantity>
		<currency>USD</currency>
		<amount_paid>10.50</amount_paid>
		<barcode>EV-5050585-7735471, EV-5050585-7735472</barcode>
		<order_id>56465423</order_id>
		<order_type>Free Order</order_status>
		<created>2007-11-09 13:53:01</created>
		<modified>2007-11-09 13:53:01</modified>
		<notes>test notes</notes>
		<email>no-reply@eventbrite.com</email>
		<prefix>Mr.</prefix>
		<first_name>John</first_name>
		<last_name>Smith</last_name>
		<suffix>Jr.</suffix>
		<home_address>100 Main St</home_address>
		<home_address_2>Suite 303</home_address_2>
		<home_city>San Francisco</home_city>
		<home_postal_code>94111</home_postal_code>
		<home_region>CA</home_region>
		<home_country>United States</home_country>
		<home_country_code>US</home_country_code>
		<home_phone>4151111111</home_phone>
		<cell_phone>4151111111</cell_phone>
		<ship_address>100 Main St</ship_address>
		<ship_address_2>Suite 404</ship_address_2>
		<ship_city>San Francisco</ship_city>
		<ship_postal_code>94111</ship_postal_code>
		<ship_region>CA</ship_region>
		<ship_country>United States</ship_country>
		<ship_country_code>US</ship_country_code>
		<work_address>100 Main St</work_address>
		<work_address_2>Suite 505</work_address_2>
		<work_city>San Francisco</work_city>
		<work_postal_code>94111</work_postal_code>
		<work_region>CA</work_region>
		<work_country>United States</work_country>
		<work_country_code>US</work_country_code>
		<work_phone>4151111111</work_phone>
		<job_title>Director</job_title>
		<company>Eventbrite</company>
		<website>http://www.eventbrite.com</website>
		<blog>http://blog.eventbrite.com</blog>
		<gender>M</gender>
		<birth_date>08/27/1971</birth_date>
		<age>23</age>
		<barcodes>
			<barcode>
				<attendee_id>14895336</attendee_id>
				<date_created>2010-04-19 17:30:32</date_created>
				<date_modified>2010-04-19 17:30:32</date_modified>
				<id>1112968414895336001</id>
				<status>unused</status>
			</barcode>
			<barcode>
				<attendee_id>14895336</attendee_id>
				<date_created>2010-04-19 17:30:32</date_created>
				<date_modified>2010-04-19 17:30:32</date_modified>
				<id>1112968414895336002</id>
				<status>unused</status>
			</barcode>
		</barcodes>
		<answers>
			<answer>
				<question_id>155656</question_id>
				<question>What is your favorite color?</question>
				<question_type>text</question_type>
				<answer_text>Blue</answer_text>
			</answer>
			<answer>
				<question_id>32135498</question_id>
				<question>What are your favorite NFL teams?</question>
				<question_type>multiple choice</question_type>
				<answer_text>49ers | Raiders</answer_text>
			</answer>
		</answers>
	</attendee>
</attendees>

Error Codes

This method may return these errors in an error document:

Request Error
The API request was not properly formed.
Application Key Error
There is a problem with the application key provided.
Authentication Error
The specified user was not found or the login credentials didn’t match.
Not Found
No records were found with the given parameters.
Count error
the page number should be numeric.
Count error
the max number of attendees should be numeric.

Questions?

Discuss Eventbrite's API in our Developer Forums »