Skip to content

Edit user (drawer)

Edit user details without leaving the list

Use the row action Edit (or click the user row) on the Users grid. A persistent drawer opens from the side with the user's profile: first name, last name, nickname, display name, email, username, description, roles, and optionally avatar upload.

Change fields and click Save. The user updates via the API; the drawer can stay open or close, and the grid updates (name, roles, avatar) without a full-page load.

The drawer is managed by PersistentDrawersContext, so it can stay open across navigation. Close it when you're done.

Edit user details and roles without leaving the list or opening the default WordPress profile page.