Webex · Schema

AvailableAgentListObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the agent.
firstName string First name of the agent.
lastName string Last name of the agent.
displayName string (string, optional) - Display name of the agent.
phoneNumber string Primary phone number of the agent.
extension string Primary phone extension of the agent.
routingPrefix string Routing prefix of location.
esn string Routing prefix + extension of a person.
type object Type of the person, workspace or virtual line.
View JSON Schema on GitHub

JSON Schema

webex-availableagentlistobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableAgentListObject",
  "title": "AvailableAgentListObject",
  "type": "object",
  "required": [
    "id",
    "type"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80YzVlODRhMS0wZmEwLTQzNDAtODVkZC1mMzM1ZGQ4MTkxMmI",
      "description": "A unique identifier for the agent."
    },
    "firstName": {
      "type": "string",
      "example": "Adam",
      "description": "First name of the agent."
    },
    "lastName": {
      "type": "string",
      "example": "Sandler",
      "description": "Last name of the agent."
    },
    "displayName": {
      "type": "string",
      "example": "Adam Sandler",
      "description": "(string, optional) - Display name of the agent."
    },
    "phoneNumber": {
      "type": "string",
      "example": "+19845550200",
      "description": "Primary phone number of the agent."
    },
    "extension": {
      "type": "string",
      "example": "0020",
      "description": "Primary phone extension of the agent."
    },
    "routingPrefix": {
      "type": "string",
      "example": "34543",
      "description": "Routing prefix of location."
    },
    "esn": {
      "type": "string",
      "example": "345430020",
      "description": "Routing prefix + extension of a person."
    },
    "type": {
      "$ref": "#/components/schemas/UserType",
      "description": "Type of the person, workspace or virtual line."
    }
  }
}

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/webex-availableagentlistobject"
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.