Only users with the
ADMIN role can access this page. Agents with MESA or AREA roles do not see this section in the admin panel.Users table
The page lists every registered user in a table. The following columns are shown for each user:| Column | Field | Description |
|---|---|---|
| Miembro | nombre | User’s full name with an avatar showing their initial |
| Correo | email | Email address used to log in |
| Área | area | Assigned department or area; shows General if none |
| Rol | rol | One of ADMIN, MESA, AREA, USUARIO |
| Estado | is_active | ACTIVO or INACTIVO |
| Acciones | — | Editar and Desactivar buttons |
Filtering users
Use the filter bar to narrow the list:- Search — matches against
nombre,email,telefono, or userid(case-insensitive). - Rol dropdown — filter by role:
TODOS,ADMIN,MESA,AREA,USUARIO. - Estado dropdown — filter by status:
TODOS,ACTIVO,INACTIVO.
Creating a new user
Open the create form
Click Nuevo Usuario in the top-right corner. A modal opens with the title Registrar Nuevo Usuario.
Fill in the required fields
Complete at minimum: Nombre Completo, Correo Electrónico, Contraseña de Acceso, Confirmar Contraseña, and Rol en el Sistema.
Set the area if required
The Área / Departamento field is mandatory and auto-filled when you select the
MESA role (set to MESA DE AYUDA) or the AREA role (defaults to SISTEMAS). For ADMIN and USUARIO roles, no area is required.Create user form fields
Full name of the user. Minimum 2 characters.
Email address. Must be a valid email format. This value cannot be changed after creation.
Account password. Minimum 6 characters. Must match
confirmPassword.System role. One of:
| Value | Description |
|---|---|
ADMIN | Full access to all admin features including user management |
MESA | Help desk agent — can see and manage all tickets |
AREA | Area agent — can only see tickets assigned to their area |
USUARIO | End user — no admin panel access |
Operational area. Required when
rol is MESA or AREA. One of: SISTEMAS, SOPORTE TÉCNICO, REDES, INFRAESTRUCTURA, DESARROLLO, MESA DE AYUDA.Automatically set to MESA DE AYUDA for the MESA role.Contact phone number. Optional. Maximum 30 characters.
Updating a user
Click Editar on any row to open the Editar Perfil de Usuario modal. All fields from the create form are pre-populated. Theemail field is read-only in edit mode.
You can update any combination of: nombre, telefono, password, rol, area, and is_active. Leave the password fields blank to keep the current password unchanged.
The form sends:
UserUpdatePayload containing only the fields you changed:
Deactivating a user
To deactivate a user without deleting their account, click Desactivar in the Acciones column. This togglesis_active to false via: