Webex · Example Payload

Webex Updatemyexecutivecallfilteringsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatemyexecutivecallfilteringsettings 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": "updateMyExecutiveCallFilteringSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/executive/callFiltering",
  "summary": "Modify User Executive Call Filtering Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "filterType": "CUSTOM_CALL_FILTERS",
        "criteriaActivation": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL2RHVnpkRjltYVd4MFpYST0",
            "activationEnabled": true
          }
        ]
      }
    }
  ],
  "responseExamples": []
}