Webex · Example Payload

Webex Get An Organizations Ms Teams Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get An Organizations Ms Teams 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": "Get an Organization's MS Teams Settings",
  "method": "GET",
  "path": "/telephony/config/settings/msTeams",
  "summary": "Get an Organization's MS Teams Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "level": "ORGANIZATION",
        "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "settings": [
          {
            "settingName": "HIDE_WEBEX_APP",
            "value": true,
            "lastModified": "2024-02-24T07:22:23.494198Z"
          },
          {
            "settingName": "PRESENCE_SYNC",
            "value": false,
            "lastModified": "2024-02-24T07:21:23.494198Z"
          }
        ]
      }
    }
  ]
}