Adding / Deleting licenses via Rest API

Hey @ludo,

I think this is the flow you are looking for:

  1. Create licensed user: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usercreate

  2. Update the user if need be to the respective feature: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettingsupdate

  3. Delete the user https://marketplace.zoom.us/docs/api-reference/zoom-api/users/userdelete or keep the user and downgrade their plan: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/userupdate

Let me know if that helps!

Thanks,
Tommy