Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@RafaelWO
Copy link

Add server-side filtering of users by creation timestamp on the admin REST API. This avoids the need to retrieve all users and filter client-side, which is inefficient for large realms.

Two optional query parameters are added to both the user list and count endpoints. They accept either ISO-8601 date strings (yyyy-MM-dd) or epoch milliseconds, consistent with the existing events API date filtering via DateUtil.

Closes #43829

Add server-side filtering of users by creation timestamp on the admin
REST API. This avoids the need to retrieve all users and filter
client-side, which is inefficient for large realms.

Two optional query parameters are added to both the user list and count
endpoints. They accept either ISO-8601 date strings (yyyy-MM-dd) or
epoch milliseconds, consistent with the existing events API date
filtering via DateUtil.

Closes keycloak#43829

Signed-off-by: RafaelWO <[email protected]>
@RafaelWO RafaelWO requested a review from a team as a code owner February 11, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add createdTimestamp filter (before/after) to /admin/realms/{realm}/users

2 participants