Closed
Description
Description
The Users table in the UI currently lacks the ability to filter users by their login type. While this functionality is already exposed:
- In the Terraform provider link
- In the API endpoint (
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
- Backend support already exists; implementation primarily involves UI/UX updates.
- Align the filter behavior with what is already exposed in Terraform and API.