diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-01 09:25:41 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-01 09:25:41 +0000 |
commit | 2d3d210b648f7fd2091b98d6baae65868afef27d (patch) | |
tree | 78fe7866202011d77671b45a1b17d6d550d32161 /doc | |
parent | 27ceb6be0d32611b47ece7549c79f3ce954eae74 (diff) | |
parent | 9ae11007fee229f39c6edc072597d1b457c8f982 (diff) | |
download | gitlab-ce-2d3d210b648f7fd2091b98d6baae65868afef27d.tar.gz |
Merge branch 'user-search' into 'master'
User-search
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/users.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 4098da72b30..1b9eecf2159 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -51,6 +51,10 @@ GET /users ] ``` +You can search for a users by email or username with: +`/users?search=John` + +Also see `def search query` in `app/models/user.rb`. ## Single user |