{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Client Call Settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Client Call Settings", "type": "folder" }, "items": [ { "info": { "name": "Get an Organization's MS Teams Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/settings/msTeams", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM", "type": "query", "description": "Retrieve MS Teams settings for the organization." } ] }, "docs": "
Not supported for Webex for Government (FedRAMP)
\n\nGet organization MS Teams settings.\n\nAt an organization level, MS Teams settings allow access to viewing the `HIDE WEBEX APP` and `PRESENCE SYNC` settings.\n\nTo retrieve an organization's MS Teams settings requires a full or read-only administrator auth token with a scope of `spark-admin:telephony_config_read`." }, { "info": { "name": "Update an Organization's MS Teams Setting", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/settings/msTeams", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM", "type": "query", "description": "Update MS Teams setting value for the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Not supported for Webex for Government (FedRAMP)
\n\nUpdate an MS Teams setting.\n\nMS Teams setting can be updated at the organization level.\n\nRequires a full administrator auth token with a scope of `spark-admin:telephony_config_write`." } ] } ], "bundled": true }