Hey @ludo,
I think this is the flow you are looking for:
-
Create licensed user: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usercreate
-
Update the user if need be to the respective feature: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettingsupdate
-
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