Webex · Example Payload

Webex Updatemycallnotifysettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatemycallnotifysettings 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": "updateMyCallNotifySettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/callNotify",
  "summary": "Modify Call Notify Settings for User",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "emailAddress": "callNotify@example.com",
        "enabled": false
      }
    }
  ],
  "responseExamples": []
}