User Management
The Users page is where you manage every person who has access to your Intellicon CRM instance. From here you can create accounts, assign roles and departments, deactivate departing employees, and monitor user activity.
Users List
Navigate to Admin > Users to see the full user table.

The table displays:
| Column | Description |
|---|---|
| Name | Full name with avatar |
| Login email address | |
| Role | Assigned RBAC role (Admin, Manager, User, or custom) |
| Department | Primary department assignment |
| Status | Active or Inactive |
| Last Login | Timestamp of most recent authentication |
Searching and Filtering Users
- Search bar — Type a name or email to filter the list in real time.
- Role filter — Select a role from the dropdown to show only users with that role.
- Department filter — Filter by department.
- Status filter — Toggle between All, Active, and Inactive users.
Combine filters to quickly find users. For example, filter by "Sales" department and "Inactive" status to find former sales reps.
Creating a User Directly
- Click the Add User button in the top-right corner.
- Fill in the required fields:
- First Name and Last Name
- Email — must be unique across the tenant
- Password — minimum 8 characters; the user can change it later
- Role — select from existing roles
- Optionally assign:
- Department
- Team(s)
- Manager (direct report relationship)
- Phone number
- Job title
- Click Create User.

Creating a user directly sets their password immediately. For a more secure onboarding flow, use Invitations instead, which lets the user set their own password.
Editing User Profiles
- Click on a user's name in the list to open their profile.
- Modify any of the following:
- Role — changes take effect on the user's next API request (JWT refresh)
- Department — affects record access scoping
- Team assignments — add or remove team memberships
- Manager — sets the reporting line (used for org chart and reporting_line scoping)
- Job title, phone, profile picture
- Click Save Changes.
Role and department changes affect the user's permissions immediately after their JWT token refreshes (typically within minutes). For an immediate effect, ask the user to log out and back in.
Deactivating vs. Deleting Users
Intellicon CRM uses soft deactivation rather than hard deletion for user accounts.
| Action | What Happens |
|---|---|
| Deactivate | User cannot log in. All their records, history, and audit trail are preserved. The user disappears from active assignment dropdowns. |
| Delete | Not available through the UI. User records must be preserved for audit compliance. |
To Deactivate a User
- Open the user's profile.
- Click the Deactivate button (or toggle the status switch).
- Confirm the action in the dialog.
Deactivating a user does not reassign their open records (leads, opportunities, tasks). You should reassign ownership before deactivating to avoid orphaned records.
To Reactivate a User
- Filter the users list to show Inactive users.
- Open the inactive user's profile.
- Click Activate (or toggle the status switch back on).
- The user can log in again with their existing credentials.
Manager Assignment and Direct Reports
Each user can have a Manager field set, which builds the reporting hierarchy used for:
- The Org Chart visualization
- Reporting Line record access scoping (see Record Access)
- Target cascading from managers to their reports
To view a user's direct reports, open their profile and scroll to the Direct Reports section.
Viewing User Activity
The user profile includes an Activity tab showing:
- Recent login timestamps
- Records created/modified count
- Tasks completed
- Pipeline activity summary
This helps administrators monitor engagement and identify inactive users who may need follow-up or deactivation.
Best Practices for User Lifecycle
- Use invitations for new hires — it is more secure than setting passwords manually.
- Assign roles before departments — the role determines what the user can do; the department determines what they can see.
- Set managers early — the org chart and reporting line scoping depend on this relationship.
- Deactivate promptly when employees leave — do not leave stale active accounts.
- Reassign records first — before deactivating, use bulk reassignment to transfer ownership of open items.
- Review inactive users quarterly — audit the inactive list and clean up any accounts that should be fully removed from reporting.
Next: Inviting Users — The recommended way to onboard new team members.