09-28-2022 08:39 PM
Query from @alan Gardner over #webex4devs space -
Hi All, Looking for a python script or node.JS Application that performs oauth and then allow you to Create users? Anyone know a example that I could use?
09-29-2022 09:37 AM
This repo has various examples of performing Webex OAuth - including server-side Node.js - that might be helpful: https://github.com/CiscoDevNet/webex-teams-sso-samples
09-28-2022 08:42 PM
Hi Alan,
To build OAuth, you can test and use this Python sample script using Flask - https://developer.webex.com/blog/using-oauth-2-with-webex-in-your-flask-application
This is the most updated and recently created which should work fine.
However, to create Users - you need to use the /create-a-person API by your own and implement/automate that in the code. There is no inbuilt version for that though.
Let us know for any further assistance!
Regards,
Sandip
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide