Eventzilla · Schema

User

An Eventzilla organizer or sub-organizer user.

EventTicketingRegistrationAttendeesEvent Management

Properties

Name Type Description
id number Unique user identifier
username string Username
first_name string User first name
last_name string User last name
company string Company or organization name
email string Email address
timezone string IANA timezone name
website string Website URL
phone_primary string Primary phone number
avatar_url string Profile avatar image URL
facebook_id string Facebook social ID
twitter_id string Twitter social ID
last_seen string Timestamp of last activity
user_type string User role type
address_line1 string Address line 1
address_line2 string Address line 2
zip_code string Postal zip code
address_locality string City or locality
address_region string State or region
address_country string Country code
View JSON Schema on GitHub

JSON Schema

user.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.eventzilla.net/schemas/user",
  "title": "User",
  "description": "An Eventzilla organizer or sub-organizer user.",
  "type": "object",
  "properties": {
    "id": { "type": "number", "description": "Unique user identifier" },
    "username": { "type": "string", "description": "Username" },
    "first_name": { "type": "string", "description": "User first name" },
    "last_name": { "type": "string", "description": "User last name" },
    "company": { "type": "string", "description": "Company or organization name" },
    "email": { "type": "string", "format": "email", "description": "Email address" },
    "timezone": { "type": "string", "description": "IANA timezone name" },
    "website": { "type": "string", "format": "uri", "description": "Website URL" },
    "phone_primary": { "type": "string", "description": "Primary phone number" },
    "avatar_url": { "type": "string", "format": "uri", "description": "Profile avatar image URL" },
    "facebook_id": { "type": "string", "description": "Facebook social ID" },
    "twitter_id": { "type": "string", "description": "Twitter social ID" },
    "last_seen": { "type": "string", "description": "Timestamp of last activity" },
    "user_type": {
      "type": "string",
      "enum": ["organizer", "sub-organizer"],
      "description": "User role type"
    },
    "address_line1": { "type": "string", "description": "Address line 1" },
    "address_line2": { "type": "string", "description": "Address line 2" },
    "zip_code": { "type": "string", "description": "Postal zip code" },
    "address_locality": { "type": "string", "description": "City or locality" },
    "address_region": { "type": "string", "description": "State or region" },
    "address_country": { "type": "string", "description": "Country code" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/user"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.