Rest Api For zoom sign out

Hey everyone,
Is there any zoom rest api for user sign out from there zoom account?
Thanks

Hi @prem.srivastava,

The only endpoint we have is to revoke a SSO user session[1].

1 - https://marketplace.zoom.us/docs/api-reference/zoom-api/users/userssotokendelete

Let us know if this helps.

Hey @prem.srivastava,

We also have the OAuth Revoke Endpoint if you need to sign a user out of an OAuth App you created on the Zoom App Marketplace.

Thanks,
Tommy

hi @michael_p.zoom,

I am trying to logout myself but i am not able to do that, API are giving 204 as response.

Thanks,
Prem

Hey @prem.srivastava,

Unless you are an SSO user, currently we don’t have an API endpoint to logout a user.

Thanks,
Tommy