From 5b2239da9ac5af95b0effd64f32635de50900fd6 Mon Sep 17 00:00:00 2001 From: Cynthia Ng Date: Sun, 28 Apr 2019 23:49:25 +0000 Subject: [PATCH] Add email clarification --- doc/api/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: