Webex · Schema

PutAgentCallCallerId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
selectedCallerId string The unique identifier of the call queue or hunt group to use for the agent's caller ID. Set to null to use the agent's own caller ID.
View JSON Schema on GitHub

JSON Schema

webex-putagentcallcallerid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutAgentCallCallerId",
  "title": "PutAgentCallCallerId",
  "type": "object",
  "required": [
    "selectedCallerId"
  ],
  "properties": {
    "selectedCallerId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZWZkN2JjYzAtMjNkNS00NWM2LTk1N2YtZWNhYWEyZDU0M2Uw",
      "description": "The unique identifier of the call queue or hunt group to use for the agent's caller ID. Set to null to use the agent's own caller ID."
    }
  }
}