Commit 9ae11007fee229f39c6edc072597d1b457c8f982

Authored by dosire
1 parent b98bd5c8

Mention search options.

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
doc/api/users.md
... ... @@ -51,6 +51,10 @@ GET /users
51 51 ]
52 52 ```
53 53  
  54 +You can search for a users by email or username with:
  55 +`/users?search=John`
  56 +
  57 +Also see `def search query` in `app/models/user.rb`.
54 58  
55 59 ## Single user
56 60  
... ...