Skip to content

Support filtering Users table by login type #15896

Closed
@matifali

Description

@matifali

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

No one assigned

    Labels

    good first issueEasily solved issues suitable for starters and community contributorssiteArea: frontend dashboard

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions