{ "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" } ] } } ] }