Developers Information - API & Web Services

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.