Admin users manage accounts at Users (/users).

List users

Table shows name, email, and index access chips. Data loads from GET /user/getall.

Add user

1

Click Add

Navigate to /users/add.
2

Fill profile

First name, last name, email, password, role (admin or user).
3

Assign page access

Select which indices the user can see on their dashboard.
4

Save

Creates user via POST /user.

Edit user

From list → Edit/users/edit?id=... Update fields including MFA flags, active status, and page access.

Delete / deactivate

  • Delete — soft delete via DELETE /user/:id
  • Active/inactivePATCH /user/activeInactive/:id without removing record
Inactive users cannot log in.

MFA administration

Enable MFA on user record; share authenticator setup with user. See MFA guide.