Users
Manage staff accounts and assign each one a role.
What it’s for
This is the account list for everyone who signs into the staff dashboard — Admins, Technicians, Sales, Security, whoever. Each account gets exactly one role, which is where their actual permissions come from — see Roles.
Where to find it
Sidebar → Access Control → Users, at /admin/access-control/users.
Who can use it
- See the menu item and open the page — needs view.
- See the user list — needs get.
- Create, edit, delete a user — needs create/update/delete.
On this screen
A searchable table of users, with create, edit, and delete.
How to…
Add a user
- Click create.
- Enter their name, phone, and email.
- Optionally set a password.
- Assign a role — required, this is what they’ll be able to do.
- Set them active.
- Save.
Edit or delete a user
- Open the edit or delete action on their row.
- For edit, change any field, including their role. For delete, confirm.
Field reference
| Field | Required | Notes |
|---|---|---|
| Name, email | Yes | |
| Phone | Yes to create; optional when editing | |
| Password | No | |
| Role | Yes | Determines everything this user can access |
| Active | Yes |
Rules & statuses
Reassigning someone’s role changes their access immediately — sidebar menus, and every page’s permissions, all follow the role, not the individual account.
Related pages
- Roles — where the role a user is assigned actually defines what they can do.