Limit on User Creation and changing from Free to Premium license

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:

  1. Create a user or update a User via one of these endpoints:
  2. POST Create User
  3. PATCH Update User
  4. For either of these endpoints, to apply a license, pass the appropriate value (2) to the type field:
    1.
  5. (Optional) Once the user is created, update their features via their User Settings:
  6. PATCH Update User Settings
    1.

Let me know if this helps!

Best,
Will