Webex · Example Payload

Webex Updatemyexecutivealertsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatemyexecutivealertsettings Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateMyExecutiveAlertSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/executive/alert",
  "summary": "Modify User Executive Alert Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "alertingMode": "SEQUENTIAL",
        "nextAssistantNumberOfRings": 3,
        "rolloverEnabled": true,
        "rolloverAction": "VOICE_MESSAGING",
        "rolloverForwardToPhoneNumber": "",
        "rolloverWaitTimeInSecs": 60,
        "clidNameMode": "EXECUTIVE_ORIGINATOR",
        "customCLIDNameInUnicode": "",
        "clidPhoneNumberMode": "EXECUTIVE",
        "customCLIDPhoneNumber": ""
      }
    }
  ],
  "responseExamples": []
}