Our developers integrate the zoom meeting API on their local computers. If they connect the test account (let’s say dev@zoom), the integration works.
If we release the code to our staging environment, and connect the test account (again dev@zoom) there, all local integrations do not work anymore, because all refresh_tokens are invalidated.
Does zoom only allow one connection between user and app? How can we prevent this?
We have an app, where users have multiple accounts (multi tenant) (need to be separated because of tax reasons), but they connect zoom with the same zoom account. So this would always invalidate the other connected account in our app.