How identify user in a web-hook only application

How do I identify the user in the event from deauthorization for webhook only applications?

We have an application that is webhook only and we want to implement deauthorization but it seems that it doesn’t have the user’s email, so we can’t identify them.

We also don’t have OAUTH flow, so we actually don’t have a way to identify the user…
Also couldn’t test it because Deauthorization callback doesn’t work for development.

So, Im kinda hanging here… can anybody help?

Hey @onemob,

A Webhook only app cannot be shared outside the Zoom account that enabled the webhook only app.

It also works differently than OAuth, it is not installed or uninstalled by a user, but activated / deactivated by the user on your Zoom account who created it. You can read more about Webhook only apps here:

Thanks,
Tommy

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