Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryUUsers
AdministrationIntermediate

Users

Users is a Setup page that displays all user records in the org and provides tools to create, edit, freeze, and deactivate user accounts.

Β§ 01

Definition

Users is a Setup page that displays all user records in the org and provides tools to create, edit, freeze, and deactivate user accounts. It shows each user's name, username, profile, role, license type, and active status, serving as the central hub for user management.

Β§ 02

In plain English

πŸ‘‹ Study buddy

β€œHere's a simple way to think about it: a User in Salesforce is anyone with access to the org - admins, reps, agents, executives, integration accounts. Each user has a profile, permission sets, and (most importantly) the ability to be the source of every change the platform records.”

Β§ 03

Worked example

scenario Β· real-world use

The admin at Forge Dynamics opens the Users page to onboard five new sales hires. She clicks "New User" for each, assigns them the Sales Cloud user license and "Sales Representative" profile, sets their role to the appropriate regional team, and sends them welcome emails with login instructions. The entire onboarding takes 15 minutes.

Β§ 04

Why Users matters

Users is a foundational element of Salesforce administration. Admins rely on it to control how users interact with the platform, ensuring that the right people have the right access while maintaining data integrity across the organization. Misconfiguring this area can lead to security gaps, data leakage, or frustrated users who cannot do their jobs.

As your Salesforce org grows and evolves, Users becomes increasingly important for governance. It helps administrators enforce business policies without writing code, making it an essential tool for the 80% of Salesforce customization that happens declaratively through clicks, not code.

Β§ 05

How to set up Users

Users (Setup β†’ Users β†’ Users) is the central management hub for every User record in the org β€” create new users, freeze suspicious accounts, deactivate departing employees, reset passwords, mass-edit profiles. The day-2 admin home for user lifecycle. Distinct from the User object record itself; this is the management page.

  1. Open Setup β†’ Users β†’ Users

    Setup gear β†’ Quick Find: Users β†’ Users (the second "Users" leaf, not Roles).

  2. Review the user list

    Default view: All Users. Filter by Active / Inactive / Frozen. Each row: Full Name, Alias, Username, Last Login, Role, Active.

  3. For new users: New User (top-right)

    See the user term's how-to for the full new-user flow.

  4. For password reset: tick rows β†’ click Reset Password(s)

    Sends password-reset emails. Bulk-select supports up to 200 users at once.

  5. For account freeze: click into the user β†’ Freeze

    Freeze blocks login without freeing the license. Useful for suspected compromise β€” you investigate before deactivating.

  6. For deactivation: edit the user β†’ untick Active β†’ Save

    Deactivation frees the license. Records owned by the user stay; reassignment may be needed for cases / opps with active workflows.

  7. For mass-reassign owned records: tools include Mass Transfer Records

    Setup β†’ Mass Transfer Records lets you reassign Account / Lead / Custom Object records from a deactivated user to an active one.

Key options
Active / Inactive filterremember

Standard list view filters.

Freezeremember

Blocks login without freeing the license. Reversible.

Deactivateremember

Frees the license. Reversible (re-activate).

Mass Reset Passwordsremember

Bulk select up to 200 users β†’ trigger password resets.

New Userremember

Opens the user creation flow β€” see the user term's how-to.

Gotchas
  • Users can never be deleted β€” only deactivated. Their User record and all owned data persist for audit. If you really need to remove identifiable info, use the Right to Be Forgotten workflow on the Individual record.
  • Deactivating a user can break automation that runs as that user (default workflow user, scheduled Apex). Audit Setup β†’ Process Automation Settings before deactivating system-account users.
  • Frozen users count against active license usage. To free a license, deactivate β€” Freeze is for investigation, not capacity management.
Β§ 06

How organizations use Users

Anchorbay Shipping

Manages a fluctuating workforce of seasonal dispatchers using the Users page's Freeze action - inactive seasonal staff are frozen rather than deactivated so their record-ownership history stays intact. When the next season starts, a single click reactivates them with all prior view permissions preserved.

Junipertree Nursery

Built a Flow that, when triggered by an HRIS-driven user-deactivation event, also reassigns the user's open Cases and unconverted Leads to their manager and removes them from any active Queue membership. The Users page is where the original deactivation happens; the Flow handles every downstream cleanup the page does not.

Argonbluff Resorts

Use Username-with-suffix conventions (`name@argonbluff.com.prod`, `name@argonbluff.com.uat`) so the same person can hold a Users record in both production and sandbox without conflict. The Users page's Username field is unique across the entire platform - the suffix sidesteps the issue without requiring separate email accounts.

Β§

Trust & references

Official documentation

Straight from the source - Salesforce's reference material on Users.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.
Β§

🧠 Test your knowledge

Q1. Can a Salesforce admin configure Users without writing code?

Q2. In which area of Salesforce would you typically find Users?

Q3. What is the primary benefit of Users for Salesforce administrators?

Β§

Discussion

Loading…

Loading discussion…