{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Beta Settings Features For Barge-In API", "version": "1.0.0" }, "items": [ { "info": { "name": "Beta Settings Features For Barge-In", "type": "folder" }, "items": [ { "info": { "name": "Get Barge-In Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/bargeIn" }, "docs": "Retrieve Barge-In settings of the user.\n\nThe Barge-In feature enables you to use a Feature Access Code (FAC) to answer a call that was directed to another subscriber, or barge-in on the call if it was already answered. Barge-In can be used across locations.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Configure Barge-In Settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/bargeIn", "body": { "type": "json", "data": "{}" } }, "docs": "Configure person's Barge-In settings.\n\nThe Barge-In feature enables you to use a Feature Access Code (FAC) to answer a call that was directed to another subscriber, or barge-in on the call if it was already answered. Barge-In can be used across locations.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." } ] } ], "bundled": true }