summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-04-28 23:49:25 +0000
committerEvan Read <eread@gitlab.com>2019-04-28 23:49:25 +0000
commitee4ccd31556f8be905e968af448bbb4ecf62dcb6 (patch)
tree2852a251f03d74ebf13fe3eec6f9498cc4102871
parent9c8e40b4eb00bb02e8482793e182a7555baf49dc (diff)
parent5b2239da9ac5af95b0effd64f32635de50900fd6 (diff)
downloadgitlab-ce-ee4ccd31556f8be905e968af448bbb4ecf62dcb6.tar.gz
Merge branch 'docs-api-email' into 'master'
Add email clarification See merge request gitlab-org/gitlab-ce!27645
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 606003a75e2..d3e67d3d510 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -33,7 +33,7 @@ GET /users
]
```
-You can also search for users by email or username with: `/users?search=John`
+You can also search for users by name or primary email using `?search=`. For example. `/users?search=John`.
In addition, you can lookup users by username: