You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Coder UI you can filter your users using the pre-defined filter or by using the Coder's filter query like the examples below:
136
+
137
+
-`status:active` to find active users
138
+
-`role:admin` to find admin users
139
+
140
+
The supported filters are:
141
+
142
+
-`status` - The status of the user. It can be a `active` or `suspended`.
143
+
-`role` - The role of the user. You can [find here](https://pkg.go.dev/github.com/coder/coder/codersdk#TemplateRole) all the user roles that are supported.
0 commit comments