Identify user from deauth event data

Using this template helps us debug your issues more effectively :slight_smile:

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

Which Endpoint/s?
app_deauthorized

How To Reproduce (If applicable)

Screenshots (If applicable)

Additional context

1 Like

Hi @mianhaseeb41_develop,

Thanks for reaching out about this—if you’re not receiving the webhook event at all, a few things to double check:

  • Ensure your endpoint returns a 200OK response upon receipt of Zoom payloads
  • Make sure your endpoint is HTTPS and publicly available
  • Ensure the user has successfully installed and uninstalled your app

In regards to making a connection between an access token and the deauth event, please see my post here and let me know if this helps:

Thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.