Updating a user when no Pro licenses are available

If I use the Update User method of the Zoom Rest API to change a user from Basic to Pro but there are no Pro licenses available then what response should I expect back from the API?

Hi @matt.brown,

If you try to update a user to pro without the right amount of licenses, you should get an error back from the API with a code 1108.

Thanks

Hi Michael,

I was finally able to get back to testing this and I’ve found that instead of code 1108 I receive code 200 with the message “You can add max XX paid users.”.