Commit 2d3d210b648f7fd2091b98d6baae65868afef27d

Authored by Dmitriy Zaporozhets
2 parents 27ceb6be 9ae11007

Merge branch 'user-search' into 'master'

User-search
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  
... ...