Loading

Freeze or unfreeze multiple Users at once

Publiceringsdatum: Jun 26, 2026
Beskrivning

This article explains how to bulk freeze or unfreeze Salesforce user accounts using Data Loader by updating the IsFrozen field on the UserLogin object. This method allows System Administrators to quickly restrict or restore access for multiple users without individually updating each account. For instructions on freezing a single user, see Freeze or Unfreeze User Accounts.

Lösning

To freeze or unfreeze multiple users, export the UserLogin object using Data Loader, update the IsFrozen field to TRUE (freeze) or FALSE (unfreeze), and then import the updated CSV file back into Salesforce.

The IsFrozen field on the UserLogin object controls whether a user is frozen.

  • Export the UserLogin object (enable Show all Salesforce objects) and include the Id, UserId, and IsFrozen fields.
  • If additional user details are required, export the User object and use Excel VLOOKUP to combine the data.
  • Update the IsFrozen values in the CSV file.
  • Use Data Loader to update the UserLogin records using the UserLogin Id (not the UserId).

Video: The embedded video demonstrates how to use Excel VLOOKUP to combine UserLogin and User export data and prepare the CSV file for a bulk freeze/unfreeze operation.

Note: Use the Id of the UserLogin record rather than the UserId to update. 





 

Ytterligare resurser
  • Installing Data Loader
  • UserLogin Object — Salesforce API Reference
  • User Object — Salesforce API Reference
  • Freeze or Unfreeze User Accounts
Knowledge-artikelnummer

000387522

 
Laddar
Salesforce Help | Article