Webex · Schema

AvailableCallerIdList

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
availableCallerIds array A list of call queues and hunt groups that the agent belongs to and are available to be selected as the Caller ID for outgoing calls. Call queues and hunt groups which have disabled using the phone nu
View JSON Schema on GitHub

JSON Schema

webex-availablecalleridlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableCallerIdList",
  "title": "AvailableCallerIdList",
  "type": "object",
  "required": [
    "availableCallerIds"
  ],
  "properties": {
    "availableCallerIds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AvailableCallerIdObject"
      },
      "description": "A list of call queues and hunt groups that the agent belongs to and are available to be selected as the Caller ID for outgoing calls. Call queues and hunt groups which have disabled using the phone number as Caller ID are not returned."
    }
  }
}