Feature enhancement provided by Cumberland
On the Webex Meeting site for a user, the ability to set phone numbers, the callback checkboxes, and the Host PIN.
Note: the Audio PIN is being merged into the Host PIN (announced back in 41.6, https://help.webex.com/en-us/np1t7y6/Announcements-for-the-Cisco-Webex-Meetings-Suite)
Force a Webex Common Identity OAuth token revocation for a user during offboarding to forcibly sign them out of all devices and apps.
You can do this within WCH under the user > Security > Reset Access.
Cisco published an API to do this:
Slide 44: https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/BRKUCC-3444.pdf
Example: DELETE https://idbroker.webex.com/idb/oauth2/v1/tokens/userid/$GUID
CUCM has an equivalent feature but that is far easier to pull off since AXL supports HTTP Basic auth, i.e. I can accommodate this with an aPM Trigger already.
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/12_0_1/systemConfig/cucm_b_system-configuration-guide-1201/cucm_b_system-configuration-guide-1201_chapter_0111000.html#task_45840988AAA7622D44BDA528CF10CC4B
Example: GET https://