Webex · Example Payload

Webex Modify A Persons Monitoring Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify A Persons Monitoring Settings 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": "Modify a person's Monitoring Settings",
  "method": "PUT",
  "path": "/people/{personId}/features/monitoring",
  "summary": "Modify a person's Monitoring Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enableCallParkNotification": true,
        "monitoredElements": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85OWNlZjRmYS03YTM5LTQ1ZDItOTNmNi1jNjA5YTRiMjgzODY",
          "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vZTdlZDdiMDEtN2E4Ni00NDEwLWFlODMtOWJmODMzZGEzNzQy",
          "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS9mNzc4ZTc4NS02MGZhLTQ1YjUtYTViZi04ODNkOWIyNTdlNGQ="
        ]
      }
    }
  ],
  "responseExamples": []
}