Skip to content

Commit f524144

Browse files
committed
doc update
1 parent 571982b commit f524144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/users/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ to use the Coder's filter query:
190190
`status:active last_seen_before:"2023-07-01T00:00:00Z"`
191191
- To find users who were created between January 1 and January 18, 2023:
192192
`created_before:"2023-01-18T00:00:00Z" created_after:"2023-01-01T23:59:59Z"`
193-
- 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`
195195

196196
The following filters are supported:
197197

@@ -205,4 +205,4 @@ The following filters are supported:
205205
the RFC3339Nano format.
206206
- `created_before` and `created_after` - The time a user was created. Uses the
207207
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

Comments
 (0)