Logo Eventbrite
Need help? Call us! 1-800-350-8850 Sign Up|Help


Developers Information - API & Web Services BETA

  • Overview
  • Application Key
  • API Documentation
  • Test the API

API Documentation

  • API Methods
  • Authentication
  • API Errors

API Method /organizer_update

This method updates an existing organizer. Only the fields passed as arguments will be modified. It returns the ID of the updated organizer.

Arguments

authentication
This method controls access via required user authentication.
id integer
The organizer ID.
name string
The organizer name.
description string optional
The organizer description.

Example Request

https://www.eventbrite.com/xml/organizer_new?...&id=126454564 &name=My+Organization&description=My+organization+is+great

Output Parameters

This method returns XML with the following structure:

id integer
The organizer ID.
status string
Processing status.
message string
Processing message.

Example XML Response

<?xml version="1.0" encoding="utf-8" ?>
<organizer>
	<id>908163459</id>
	<status>ok</status>
	<message>Update organizer complete</message>
</organizer>

Error Codes

This method may return these errors in an error document:

Authentication Error
The specified user was not found or the login credentials didn't match.
Organizer error
The organizer ID is missing or invalid (non-numeric).
Organizer error
The organizer name already exists.


  • About Eventbrite

  • About Us
  • Contact Us
  • Jobs
  • Terms of Service
  • Affilliate Program
  • Press
  • How-To

  • Sell Tickets Online
  • Free Online Event Registration
  • Promote Events Online
  • Collect Donations Online
  • Send Email Invitations
  • Publish Event to Facebook
  • Resources

  • Eventbrite Blog
  • Eventbrite Forums
  • Eventbrite on Twitter
  • Developer API
  • Site Map
  • Browse the Eventbrite Handbook
  • Events by City

  • Events in New York City
  • Events in San Francisco
  • Events in Washington DC
  • Events in Chicago
  • Events in London, UK
  • Events in Toronto, Canada
  • Popular Searches

  • Networking Events in San Francisco
  • Conferences in Washington DC
  • Classes in New York City
  • Los Angeles Conferences
  • Boston Social Events
  • New York City Performing Arts
  •  
© 2009 Eventbrite. All Rights Reserved.