> ## Documentation Index
> Fetch the complete documentation index at: https://docs.softisp.ug/llms.txt
> Use this file to discover all available pages before exploring further.

# Users

> Manage staff accounts and their access to SoftISP

<Info>
  **Route:** `/administration/system/users` · **Permission:** `view_user`
</Info>

Manage the staff accounts that have access to SoftISP.

## User fields

| Field      | Description                            |
| ---------- | -------------------------------------- |
| Name       | Full name                              |
| Email      | Login email                            |
| Role       | Assigned role (determines permissions) |
| Status     | Active / Inactive                      |
| Last Login | Timestamp of last login                |

## Actions

Create a user, edit their profile, reset their password, assign a role, or deactivate their account.

<Warning>
  Roles bundle permissions together. Assign roles carefully and follow the principle of least privilege — see the [Permissions Reference](/reference/permissions) for what each permission unlocks.
</Warning>
