Using this template helps us debug your issues more effectively
Description
When a user gets authorized with Oauth app, we store his code, access token and refresh token for later use to create and manage his meetings. We also receive webhook events to manage attendance.
We are facing a problem receiving " app_deauthorized " event on our events endpoint. There is no event being received when a user uninstalls the app from his zoom account.
Another problem is, the data in app_deauthorized event have user_id and account_id, how can we identify that which user was it who unintalled the app as we only have his code (received on oauth).
Error
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth