Webex · Schema

UserSingleNumberReachPatchRequestObject

Represents a request to update Single Number Reach settings for a user.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
alertAllLocationsForClickToDialCallsEnabled boolean If `true`, all locations will be alerted for click-to-dial calls.
View JSON Schema on GitHub

JSON Schema

webex-usersinglenumberreachpatchrequestobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserSingleNumberReachPatchRequestObject",
  "title": "UserSingleNumberReachPatchRequestObject",
  "type": "object",
  "description": "Represents a request to update Single Number Reach settings for a user.",
  "example": {
    "alertAllLocationsForClickToDialCallsEnabled": true
  },
  "properties": {
    "alertAllLocationsForClickToDialCallsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `true`, all locations will be alerted for click-to-dial calls."
    }
  }
}