Add New Users
Learning Objectives
- Explain what a Salesforce user account is and what details it holds.
- Add users one at a time or in bulk.
- Freeze or deactivate users.
What Is a User?
A user is anyone who logs in to Salesforce—employees or external users. Each person has a user account that controls access.
Common fields:
- Username
- Email address
- First and last name
- Alias
- Nickname
- License
- Profile
- Role (optional)
Manage users at Setup → Users: create, reset passwords, open details, edit, and (if allowed) log in as the user.
Key Terms
Username
Must look like an email address and be unique across all Salesforce orgs.
User Licenses
Define which features a user can access (e.g., full Salesforce vs. Chatter Free).
Profiles
Each user has one profile for defaults. Best practice: assign Minimum Access – Salesforce and grant extras with permission sets or permission set groups.
Permission Set | Profile |
---|---|
User, object, field permissions | Default record types |
Custom permissions | Default assigned apps |
Connected app access | Page layout assignments |
Apex class access | Login hours |
Visualforce page access | Login IP ranges |
Tab settings |
Roles
Control visibility through the role hierarchy. One role per user; optional.
Alias
Short identifier used in lists/reports (default = first initial + first four letters of last name).
Guidelines for Adding Users
- Username: unique across Salesforce.
- Format: must look like an email address.
- Email: can be the same across different orgs.
- Password: user must change it on first login.
- Login link: welcome email link works once; reset if unused.
Add Users
- Go to Setup → type
Users
in Quick Find → select Users. - Click New User (one) or Add Multiple Users (up to 10).
- Enter name, email, and a unique username (email format).
- Select a User License.
- Select a Profile.
- (Optional) Send login email with a temporary password.
- Click Save.
Freeze a User
Blocks login without freeing the license.
- Setup → Users.
- Open the user’s record.
- Click Freeze.
Deactivate a User
Blocks login and frees the license for reuse.
- Setup → Users.
- Click Edit on the user.
- Uncheck Active → Save.
See What a User Can Access
Use User Access Summary to view permissions, groups/queues, and “Access Granted By.”
- Setup → Users.
- Open the user’s record.
- Click View Summary.
- Use tabs and “Access Granted By” to trace sources (profile/permission sets/groups).