Webex · Schema

DirectLineCallerIdNameObjectForPut

Settings for the direct line caller ID name to be shown for this workspace.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
selection object The selection of the direct line caller ID name.
customName string Sets or clears the custom direct line caller ID name. To clear the `customName`, the attribute must be set to null or empty string. Required if `selection` is set to `CUSTOM_NAME`.
View JSON Schema on GitHub

JSON Schema

webex-directlinecalleridnameobjectforput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DirectLineCallerIdNameObjectForPut",
  "title": "DirectLineCallerIdNameObjectForPut",
  "type": "object",
  "properties": {
    "selection": {
      "$ref": "#/components/schemas/SelectionObject",
      "description": "The selection of the direct line caller ID name."
    },
    "customName": {
      "type": "string",
      "example": "Hakim Smith",
      "description": "Sets or clears the custom direct line caller ID name.  To clear the `customName`, the attribute must be set to null or empty string. Required if `selection` is set to `CUSTOM_NAME`."
    }
  },
  "description": "Settings for the direct line caller ID name to be shown for this workspace."
}