summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-04-01 10:41:57 +0200
committerdosire <sytses@gmail.com>2014-04-01 10:41:57 +0200
commit9ae11007fee229f39c6edc072597d1b457c8f982 (patch)
treee733c69e64a8f9a804ef12624791d4914f0d1e61 /doc/api/users.md
parentb98bd5c8d07adab118775e9dc8aaf62fae733c38 (diff)
downloadgitlab-ce-9ae11007fee229f39c6edc072597d1b457c8f982.tar.gz
Mention search options.
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md4
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