HipChat · Schema

HipChat User

A HipChat user account. Historical schema — HipChat was discontinued on 2019-02-15.

ChatMessagingCollaborationTeam CommunicationSunsetHistoricalAtlassianWebhook

Properties

Name Type Description
id integer
mention_name string @mention name for the user.
name string
email string
title string
timezone string
is_group_admin boolean
is_guest boolean
is_deleted boolean
created string
last_active string
xmpp_jid string
photo_url string
presence object
links object
View JSON Schema on GitHub

JSON Schema

hipchat-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hipchat/main/json-schema/hipchat-user-schema.json",
  "title": "HipChat User",
  "description": "A HipChat user account. Historical schema — HipChat was discontinued on 2019-02-15.",
  "type": "object",
  "x-status": "sunset",
  "required": ["id", "mention_name", "name"],
  "properties": {
    "id": {"type": "integer"},
    "mention_name": {"type": "string", "description": "@mention name for the user."},
    "name": {"type": "string"},
    "email": {"type": "string", "format": "email"},
    "title": {"type": "string"},
    "timezone": {"type": "string"},
    "is_group_admin": {"type": "boolean"},
    "is_guest": {"type": "boolean"},
    "is_deleted": {"type": "boolean"},
    "created": {"type": "string", "format": "date-time"},
    "last_active": {"type": "string", "format": "date-time"},
    "xmpp_jid": {"type": "string"},
    "photo_url": {"type": "string", "format": "uri"},
    "presence": {
      "type": "object",
      "properties": {
        "status": {"type": "string", "enum": ["chat", "away", "xa", "dnd"]},
        "show": {"type": "string"},
        "idle": {"type": "integer"},
        "client": {
          "type": "object",
          "properties": {
            "type": {"type": "string"},
            "version": {"type": "string"}
          }
        }
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "self": {"type": "string", "format": "uri"}
      }
    }
  }
}

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/hipchat-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.