Unsubscribe from specific user event

Hi,
I have a user managed oauth app with a webhooks features,
after the user finish the oauth process I start getting its webhooks,

is there a way (via my code) to unsubscribe from a specific user’s events (unsubscribe from all of the events from a specific user)?

for example: if the user is asking to remove the connection between my program & zoom from my side
does revoking his access token stop the webhooks flow?

thanks :slight_smile:

Hi @liorsw , yes and this means they will no longer be able to use your app.

Hi @gianni.zoom
I tried to revoke my user’s token and got “success” response, but i still get the user’s webhooks :confused:

Hi @liorsw , is this an external user who installed an app you published? Or is this an internal user on your account? For example it’s a company account that you’re an admin on.

@gianni.zoom
i’m still testing the app so it is the user that created the app

Hi @liorsw ,

Could you please clarify what type of user based on what I asked?

Hi @gianni.zoom
it is the user that created the app, so it’s on the same account, but without admin permission.

Hi @liorsw , ah okay I see! You will not be able to individually unsubscribe then.

1 Like