Skip to content
Snippets Groups Projects
Commit 037ad5a5 authored by James Lopez's avatar James Lopez
Browse files

add created at filter logic to users finder and API

parent 1a7d2aba
No related branches found
No related tags found
No related merge requests found
---
title: Add creation time filters to user search API for admins
merge_request: 12682
author:
Loading
Loading
@@ -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.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment