Webex · Example Payload

Webex Modify Privacy Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Privacy Settings For A Workspace 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 Privacy Settings for a Workspace",
  "method": "PUT",
  "path": "/telephony/config/workspaces/{workspaceId}/privacy",
  "summary": "Modify Privacy Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "aaExtensionDialingEnabled": true,
        "aaNamingDialingEnabled": true,
        "enablePhoneStatusDirectoryPrivacy": true,
        "enablePhoneStatusPickupBargeInPrivacy": true,
        "monitoringAgents": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9kMWQyY2JmNy1jMTY5LTVlZDMtY2QzZS03NTcxMDJmMDAxMDA=",
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mMmUzZGNnOC1kMjcwLTZmZTQtZGU0Zi04NjgyMTNnMTEyMTE="
        ]
      }
    }
  ],
  "responseExamples": []
}