Webex · Example Payload

Webex Retrieve Privacy Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve 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": "Retrieve Privacy Settings for a Workspace",
  "method": "GET",
  "path": "/telephony/config/workspaces/{workspaceId}/privacy",
  "summary": "Retrieve Privacy Settings for a Workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "aaExtensionDialingEnabled": true,
        "aaNamingDialingEnabled": true,
        "enablePhoneStatusDirectoryPrivacy": true,
        "enablePhoneStatusPickupBargeInPrivacy": true,
        "monitoringAgents": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE",
            "lastName": "Little",
            "firstName": "Alice",
            "displayName": "Alice Little",
            "type": "PEOPLE",
            "email": "alice@example.com",
            "numbers": [
              {
                "external": "+19845551088",
                "extension": "1088",
                "routingPrefix": "1234",
                "esn": "12341088",
                "primary": true
              }
            ]
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jMGMxYmFlNi1iMDU4LTRkYzItYmMyZC01NDYwOTFlOTkwOTk",
            "lastName": "Doe",
            "firstName": "John",
            "displayName": "John Doe",
            "type": "PEOPLE",
            "email": "johnDoe@gmail.com",
            "numbers": [
              {
                "extension": "25789",
                "esn": "25789",
                "primary": true
              }
            ]
          }
        ]
      }
    }
  ]
}