Identify user from deauth event data

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