diff options
author | Cynthia Ng <cng@gitlab.com> | 2019-04-28 23:49:25 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-04-28 23:49:25 +0000 |
commit | 5b2239da9ac5af95b0effd64f32635de50900fd6 (patch) | |
tree | 2852a251f03d74ebf13fe3eec6f9498cc4102871 /doc/api | |
parent | 9c8e40b4eb00bb02e8482793e182a7555baf49dc (diff) | |
download | gitlab-ce-5b2239da9ac5af95b0effd64f32635de50900fd6.tar.gz |
Add email clarification
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/users.md | 2 |
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: |