-
Notifications
You must be signed in to change notification settings - Fork 952
Closed
Labels
good first issueEasily solved issues suitable for starters and community contributorsEasily solved issues suitable for starters and community contributorssiteArea: frontend dashboardArea: frontend dashboard
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.
Metadata
Metadata
Assignees
Labels
good first issueEasily solved issues suitable for starters and community contributorsEasily solved issues suitable for starters and community contributorssiteArea: frontend dashboardArea: frontend dashboard