Overview
The User Management page is accessible only to users with administrator permissions. Open it from the menu (for example from the user menu – User Management) or at /user/admin (for example https://dev.video/user/admin). The page shows a card list of users, filtering by search and user type, and actions for each user.
Accessing the page
In the top menu (user menu / profile), choose User Management. This option appears only for administrators.
Filtering (sidebar)
On the left:
- Search – field to search users by ID, first name, last name, email, or username.
- User type – list: all, administrator, regular user.
- Filter – apply filtering by the fields above.
- Reset – clear the filter and return to the full list.
Sorting and results
Above the card list, the result count and Sort links are shown: ID, first name, last name, email, last access, permission. Clicking a header sorts the list. Pagination is available at the top and bottom.
User card
Each user is shown in a card with:
- Photo / avatar – click goes to the user profile.
- Name – first and last name; click goes to profile.
- Status badge – active or inactive.
- Metadata – ID, email, last access, authentication method, type (administrator / regular user).
- Actions – icons: delete, user settings, view metrics, log in as.
- Delete – opens a dialog to confirm deleting the user.
- User settings – goes to the user details edit page (profile, permissions, etc.).
- View metrics – goes to the user metrics page.
- Log in as – sign in to the system as that user (for support/testing).
Deleting a user
Clicking the delete icon on a card opens a confirmation dialog. On confirmation – the user is deleted from the system and the page refreshes (or a success message is shown). This action is usually irreversible.
User settings and profile
Clicking User settings (gear icon) goes to /user/settings/{id} – where you can edit details, activate or deactivate the user, and manage permissions.