API Method organizer_new
This method creates a new organizer, returning the ID of the newly created organizer.
Request Parameters
| Name | description |
|---|---|
| name | The organizer name. This value must be unique. |
| description | The organizer description. |
Example Request URL
https://www.eventbrite.com/xml/organizer_new?... &name=My+Organization&description=My+organization+is+great
Example Response
<?xml version="1.0" encoding="utf-8" ?> <process> <id>908163459</id> <message>organizer_new : complete</message> <status>ok</status> </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. |
| Organizer error | This organizer does not belong to current User. |
| Organizer error | The organizer name already exists. |