WebApp To Create and Manage Webex User Groups
--
For some reason the Webex Control Hub doesn’t let you create or modify user groups directly. Well, here is an app I created that does just that.
I am using the public Webex API to create, edit and delete groups and also manage their members.
The app is hosted on Google Firebase, it is an Angular app, i.e. works in your browser and stores no backend data. Your token is kept in memory on your machine only and not even stored in the browser storage.
Due to the limitation of the Webex API there is no way to distinguish between groups you’ve created and can be edited and groups that are created by DirSync and are read-only 🤷
I hope ️you will find it helpful for some prototyping and save yourself some time sending Postman API calls.
Let me know if you would like some additional functionality. I am thinking of doing something like Meta-Groups where you just build a rule and then users are being continuously added/removed based on the rule. For example if you want all users on one continent based on their location attribute in AD to be members of a group and for some reason it is too difficult to get that done via AD Groups.