Hey @studyroom,
Great questions—happy to clarify.
First, regarding user creation, I should note that email
is a required field for all Zoom users and it’s not possible to avoid the confirmation email requirement.
Second, it’s definitely possible to buy a limited amount of licenses and manage them via API. Generally, you can follow these steps:
- Create a user or update a User via one of these endpoints:
- POST Create User
- PATCH Update User
- For either of these endpoints, to apply a license, pass the appropriate value (2) to the type field:
1. - (Optional) Once the user is created, update their features via their User Settings:
-
PATCH Update User Settings
1.
Let me know if this helps!
Best,
Will