Edit user details without leaving the list
Where: Row action Edit (or click on the user row, depending on implementation) on the Users grid.
What happens: A persistent drawer (User Edit) opens from the side. The drawer shows the user's profile: first name, last name, nickname, display name, email, username, description, roles (multi-select or checkboxes), and optionally avatar upload. You change fields and click Save. The user is updated via the API; the drawer can stay open or close, and the grid updates (e.g. name, roles, avatar) so you don't need a full-page load.
Persistence: The drawer is persistent (managed by PersistentDrawersContext), so it can stay open across navigation. Close it when you're done. Updates are reflected on the Users list when you save.
Benefit: Edit user details and roles without leaving the list or opening the default WordPress profile page.