How to log out user from browser?

Hello,

 

I am using “create meeting” method to create a new meeting. This generate a new start link. After that user clicked the link and meeting started. For this reason user logged in by force. After that i used to “revoke users sso token” method for sign out user, but the user stills seem to be login in browser. How can i log out this user?

 

Thanks.

 

Hello, 

Currently, using the revoke users sso token only signs the user out for Zoom clients and not the browser. You will have to sign out of the browser manually. 

Thanks

Hello Michael,

Thanks for your reply.

I understand that there is no api method to sign out of the browser. Is that right? If so, how can i do that manually, the user uses another computer.

How to logout bulk users revoking the SSO token? Do we need to individually run Delete action for each user or you can run for multiple users. I am trying to do this using PostMan