Commit 2568b8a1 authored by Evan Read's avatar Evan Read

Merge branch 'doc-secondary-emails-api' into 'master'

Docs: Clarify what user API search searches for

See merge request gitlab-org/gitlab!69565
parents 4c6543f1 72f71dcf
......@@ -39,7 +39,7 @@ GET /users
]
```
You can also search for users by name or primary email using `?search=`. For example. `/users?search=John`.
You can also search for users by name, username, primary email, or secondary email, by using `?search=`. For example. `/users?search=John`.
In addition, you can lookup users by username:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment