Webex · Example Payload

Webex Modifypersonexecutiveassistantsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifypersonexecutiveassistantsettings 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": "modifyPersonExecutiveAssistantSettings",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/executive/assistant",
  "summary": "Modify Person Executive Assistant Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "forwardFilteredCallsEnabled": true,
        "forwardToPhoneNumber": "+19075552860",
        "executives": [
          {
            "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZWQzNDg0MS0yZTkwLTQ4OGEtYmVmZi1iNTk0OTA1ODFkNWM",
            "optInEnabled": true
          }
        ]
      }
    }
  ],
  "responseExamples": []
}