Webex · Example Payload

Webex Getpersonmsteamssettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getpersonmsteamssettings 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": "getPersonMSTeamsSettings",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/settings/msTeams",
  "summary": "Retrieve a Person's MS Teams Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xMWEzZjk5MC1hNjg5LTQ3N2QtYmU2Yi03MTIwMDI1ZDhhYmI",
        "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
        "settings": [
          {
            "settingName": "HIDE_WEBEX_APP",
            "level": "PEOPLE",
            "value": true,
            "lastModified": "2024-02-24T07:22:23.494198Z"
          },
          {
            "settingName": "PRESENCE_SYNC",
            "level": "ORGANIZATION",
            "value": false,
            "lastModified": "2024-02-24T07:21:23.494198Z"
          }
        ]
      }
    }
  ]
}