From 037ad5a5a30471dfbdf7164b3928cd8dd03c3eae Mon Sep 17 00:00:00 2001 From: James Lopez Date: Fri, 7 Jul 2017 09:56:47 +0200 Subject: add created at filter logic to users finder and API --- doc/api/users.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/api') diff --git a/doc/api/users.md b/doc/api/users.md index cf09b8f44aa..91170e79645 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -146,6 +146,12 @@ GET /users?extern_uid=1234567&provider=github You can search for users who are external with: `/users?external=true` +You can search users by creation date time range with: + +``` +GET /users?created_before=2001-01-02T00:00:00.060Z&created_after=1999-01-02T00:00:00.060 +``` + ## Single user Get a single user. -- cgit v1.2.3