Commit 02a3f55d authored by James Lopez's avatar James Lopez

add created at filter logic to users finder and API

parent d346711b
---
title: Add creation time filters to user search API for admins
merge_request: 12682
author:
...@@ -148,6 +148,12 @@ GET /users?extern_uid=1234567&provider=github ...@@ -148,6 +148,12 @@ GET /users?extern_uid=1234567&provider=github
You can search for users who are external with: `/users?external=true` 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 ## Single user
Get a single user. Get a single user.
......
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