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.
Request Parameters
| Name | description |
|---|---|
| id | A numeric organizer ID. |
| name | The organizer name. |
| description | The organizer description. |
Example Request URL
https://www.eventbrite.com/xml/organizer_new?...&id=126454564 &name=My+Organization&description=My+organization+is+great
Example Response
<?xml version="1.0" encoding="utf-8" ?> <process> <id>908163459</id> <status>ok</status> <message>organizer_update : complete</message> </process>
Method-Specific Errors
More information about error-handling and common error messages are available in our error docs.
| error_type | error_message |
|---|---|
| Authentication Error | The specified user was not found or the login credentials didn’t match. |
| Not Found | No such organizer. [123456]. |
| Organizer error | The organizer ID is missing. |
| Organizer error | This organizer does not belong to current User. |
| Organizer error | The organizer name already exists. |