Commit 037ad5a5 authored by James Lopez's avatar James Lopez

add created at filter logic to users finder and API

parent 1a7d2aba
---
title: Add creation time filters to user search API for admins
merge_request: 12682
author:
......@@ -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.
......
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