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?
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.
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