Webex · Example Payload

Webex Updatemyexecutivescreeningsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatemyexecutivescreeningsettings 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": "updateMyExecutiveScreeningSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/executive/screening",
  "summary": "Modify User Executive Screening Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": false,
        "alertType": "RING_SPLASH",
        "alertAnywhereLocationEnabled": false,
        "alertMobilityLocationEnabled": false,
        "alertSharedCallAppearanceLocationEnabled": false
      }
    }
  ],
  "responseExamples": []
}