From 01c26971525474cccb99ac3c4ab8148697b661c8 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Tue, 17 Jan 2023 15:06:25 +0000 Subject: [PATCH] Add back search refinement to users search Co-authored-by: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> --- docs/auth0_users_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth0_users_search.md b/docs/auth0_users_search.md index feecd2a76..b407daa2f 100644 --- a/docs/auth0_users_search.md +++ b/docs/auth0_users_search.md @@ -25,7 +25,7 @@ auth0 users search [flags] ``` --json Output in json format. - -n, --number int Number of users to retrieve. Minimum 1, maximum 1000. (default 50) + -n, --number int Number of users, that match the search criteria, to retrieve. Minimum 1, maximum 1000. If limit is hit, refine the search query. (default 50) -q, --query string Query in Lucene query syntax. See https://auth0.com/docs/users/user-search/user-search-query-syntax for more details. -s, --sort string Field to sort by. Use 'field:order' where 'order' is '1' for ascending and '-1' for descending. e.g. 'created_at:1'. ```