Webex · Schema

UserProfileGetResponseObject

User profile details for the authenticated user.

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier of the user.
lastName string Last name of the user.
firstName string First name of the user.
email string The email addresses of the person.
announcementLanguage string Language for announcements.
locationDialingCode string Dialing code for the user's location.
supportMobility boolean If `true`, the user supports mobility.
emergencyCallBackNumber string Emergency callback number for the user.
phoneNumbers array List of numbers associated with the user.
devices array List of devices associated with the user.
location object
receptionistUrl string URL for the receptionist console.
callingHostUrl string URL for the calling host.
attendantConsoleUrl string URL for the attendant console.
View JSON Schema on GitHub

JSON Schema

webex-userprofilegetresponseobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserProfileGetResponseObject",
  "title": "UserProfileGetResponseObject",
  "type": "object",
  "description": "User profile details for the authenticated user.",
  "example": {
    "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mYWZiM2JhYi1hN2UxLTQ1ZGUtYmYzZS1kOWUxMzkxYzU0Yjk",
    "lastName": "Doe",
    "firstName": "John",
    "email": "john.doe@gmail.com",
    "announcementLanguage": "English",
    "locationDialingCode": "8327",
    "supportMobility": false,
    "emergencyCallBackNumber": "+16232992720",
    "phoneNumbers": [
      {
        "directNumber": "+441234222304",
        "enterprise": "832731599",
        "extension": "31599",
        "routingPrefix": "8327",
        "esn": "832731599",
        "primary": true
      },
      {
        "directNumber": "+441234200015",
        "enterprise": "832731587",
        "extension": "31587",
        "routingPrefix": "8327",
        "esn": "832731587",
        "primary": false
      }
    ],
    "devices": [
      {
        "description": [],
        "model": "DMS Cisco 8865",
        "mac": "110723241134",
        "primaryOwner": true,
        "type": "PRIMARY",
        "owner": {
          "lastName": "Mac",
          "firstName": "Jone",
          "type": "PEOPLE"
        },
        "activationState": "ACTIVATED"
      }
    ],
    "location": {
      "name": "Brampton",
      "address": {
        "address1": "mclean",
        "address2": "mclean",
        "city": "mclean",
        "state": "GB-BGE",
        "postalCode": "112233",
        "country": "GB"
      }
    },
    "receptionistUrl": "https://cisco.receptionist.cloud",
    "callingHostUrl": "https://var-int.broadcloudpbx.net",
    "attendantConsoleUrl": "https://cisco.receptionist.cloud"
  },
  "required": [
    "id",
    "lastName",
    "firstName",
    "email",
    "announcementLanguage",
    "locationDialingCode",
    "supportMobility",
    "emergencyCallBackNumber",
    "phoneNumbers",
    "devices",
    "location",
    "receptionistUrl",
    "callingHostUrl",
    "attendantConsoleUrl"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mYWZiM2JhYi1hN2UxLTQ1ZGUtYmYzZS1kOWUxMzkxYzU0Yjk",
      "description": "Unique identifier of the user."
    },
    "lastName": {
      "type": "string",
      "example": "John",
      "description": "Last name of the user."
    },
    "firstName": {
      "type": "string",
      "example": "Doe",
      "description": "First name of the user."
    },
    "email": {
      "type": "string",
      "example": "John.doe@gmail.com'",
      "description": "The email addresses of the person."
    },
    "announcementLanguage": {
      "type": "string",
      "example": "English",
      "description": "Language for announcements."
    },
    "locationDialingCode": {
      "type": "string",
      "example": "8327",
      "description": "Dialing code for the user's location."
    },
    "supportMobility": {
      "type": "boolean",
      "description": "If `true`, the user supports mobility."
    },
    "emergencyCallBackNumber": {
      "type": "string",
      "example": "+16232992720",
      "description": "Emergency callback number for the user."
    },
    "phoneNumbers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserNumber"
      },
      "description": "List of numbers associated with the user."
    },
    "devices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserDevice"
      },
      "description": "List of devices associated with the user."
    },
    "location": {
      "$ref": "#/components/schemas/LocationObject"
    },
    "receptionistUrl": {
      "type": "string",
      "example": "https://cisco.receptionist.cloud",
      "description": "URL for the receptionist console."
    },
    "callingHostUrl": {
      "type": "string",
      "example": "https://var-int.broadcloudpbx.net",
      "description": "URL for the calling host."
    },
    "attendantConsoleUrl": {
      "type": "string",
      "example": "https://cisco.receptionist.cloud",
      "description": "URL for the attendant console."
    }
  }
}

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-userprofilegetresponseobject"
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.