Freeze or Unfreeze multiple Users at once
You can freeze a User account instead of deactivating them. This is intended to be used in situations where the User account requires more work before deactivating it. It is also possible to freeze multiple Users at once, by using the latest version of Data Loader . The User property 'Frozen' is controlled in the object 'UserLogin' by the field 'IsFrozen.' IsFrozen is a boolean field so it is either 'true' (frozen) or 'false.' System Administrators can use Data Loader to export and update the UserLogin object. 1. Run an Export using Data Loader from the UserLogin object ( Note: Select the Show all Salesforce objects checkbox). 2. Select the Id , UserId , IsFrozen fields and complete the export. Query example: Select UserId, Id, IsFrozen FROM UserLogin Note: It's not possible to export additional user details such as Full Name, Username, or Email on export of UserLogin records. It's recommende...