API Method user_list_organizers

This method lists the organizers profiles that have been created by the authorized user. Aside from the required authentication tokens, no additional request parameters are accepted.

Request Parameters

None

Example Request URL

https://www.eventbrite.com/xml/user_list_organizers

Example Response

<?xml version="1.0" encoding="utf-8" ?>
<organizers>
	<organizer>
		<id>65739440</id>
		<name>New Year's NYC Team</name>
		<description>We organizer the best parties in town!</description>
		<url>http://www.eventbrite.com/org/65739440</url>
	</organizer>
</organizers>

Method-Specific Errors

More information about error-handling and common error messages are available in our error docs.

error_type error_message
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 organizer found for this user.

Usage Notes

Authentication
required
Rate-limited
Yes
Output formats
JSON, XML

Related Methods