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
- To find users who have login type as github and is a member:
194
-
`login_type:github role:member`
193
+
- To find users who login using github:
194
+
`login_type:github`
195
195
196
196
The following filters are supported:
197
197
@@ -205,4 +205,4 @@ The following filters are supported:
205
205
the RFC3339Nano format.
206
206
-`created_before` and `created_after` - The time a user was created. Uses the
207
207
RFC3339Nano format.
208
-
-`login_type` - Represents the login type of the user. Refer here for all the roles [LoginType documentation](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#LoginType)
208
+
-`login_type` - Represents the login type of the user. Refer to the [LoginType documentation](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#LoginType) for a list of supported values
0 commit comments