Find users by role or name
Role filter – Buttons for All and native WordPress roles (Administrator, Editor, Author, Contributor, Subscriber). If custom roles exist, a "More roles…" dropdown (or similar) lists them. Click a role to show only users with that role. The list and data reload for the selected role.
Search – A search field (often debounced, e.g. 300 ms) filters the current list by name, username, email, or role. Typing narrows the visible rows without a new server request (client-side filter on loaded data). So you quickly find a user when you have many rows.
Clear filters – A Clear (or "Clear all") button resets role to All and clears the search so you see the full list again.
Benefit: Find users by role or by name/email without opening each profile.