Support filtering Users table by login type #15896
Labels
good first issue
Easily solved issues suitable for starters and community contributors
site
Area: frontend dashboard
Description
The Users table in the UI currently lacks the ability to filter users by their login type. While this functionality is already exposed:
https://coder.example.com/api/v2/users/$USERNAME
)The absence of this feature in the UI hinders admins from effectively managing users based on their login methods (Password, GitHub, OIDC, or None).
An example is to find all headless users (
login_type=None
) when we have 1000+ users.Notes
The text was updated successfully, but these errors were encountered: