diff --git a/doc/api/users.md b/doc/api/users.md index 4ddbf739774..a7e9518408c 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -84,7 +84,7 @@ GET /users ] ``` -You can search for a users by email or username with: `/users?search=John` +You can search for users by email or username with: `/users?search=John` Also see `def search query` in `app/models/user.rb`.