Webex · Schema

LicenseProperties

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
locationId string The ID of the location for this user. Applicable to Webex Calling license.
phoneNumber string Work phone number for the user. Applicable to Webex Calling license.
extension string Webex Calling extension of the user. Applicable to Webex Calling license.
View JSON Schema on GitHub

JSON Schema

webex-licenseproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LicenseProperties",
  "title": "LicenseProperties",
  "type": "object",
  "properties": {
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzYzNzE1",
      "description": "The ID of the location for this user. Applicable to Webex Calling license."
    },
    "phoneNumber": {
      "type": "string",
      "example": "14085267209",
      "description": "Work phone number for the user. Applicable to Webex Calling license."
    },
    "extension": {
      "type": "string",
      "example": "133",
      "description": "Webex Calling extension of the user. Applicable to Webex Calling license."
    }
  }
}