cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Batch/Bulk Sign out users

yves007
Newcomer
Newcomer

Is it possible (without using API) to perform a batch sign-out of users?  This would be useful to force users to sign in to the client and absorb changes to their account (i.e. License, Group, Roles, etc).

1 REPLY 1

jeremyjustin
Community Champion | Employee
Community Champion | Employee

Hi  unfortunately no, in case it helps if your users are using SSO, there is a way to sign them out. Again, this will only work for SSO type users. There is an API endpoint for revoking a users SSO token, details can be found here. 

 

You could combine this with the list all users API endpoint passing the parameter status=active, and then iterate over the returned list to revoke the SSO token.  

Users’ Zoom Workplace client will display an alert, stating they are no longer signed in and need to sign in again.

@yves007