I’m currently developing on a personal Zoom Workplace Pro Plus account with a single license. I’m trying to prototype a use case where I can programmatically create multiple users for a client’s potential integration. Is there any way to do this?
Some additional details/questions:
- Is there no way to get access to custCreate unless I sign up to be an ISV partner?
- I’m trying to use the API to create users (POST /v2/users). I assume this won’t be possible with my current account and single license. Would adding an additional license help me prototype this?
- For the API call in #2, I’m not sure how to get this required parameter: license_info_list.subscription_id
Please let me know if you can provide any recommendations on how to best move forward.
By the way, here is my current technical plan:
- When staff users are created in our app, I create a new Zoom user for them
- Standard users can sign up for our app, and are associated with staff users in our database. These users will not have their own zoom accounts, but may want to use zoom features to ask staff members for assistance
- Staff or client users can initiate video calls with each other. Due to the limitations in #2, I was planning on replicating this functionality with the Meeting SDK-- “calling” another user would result in a meeting being created on our backend on behalf of our staff user, and would instantly notify both users with an option to join the meeting
Please let me know if my mental model is off-base, or if you have any additional recommendations.
Thanks for the help!