keycloak/integration/admin-client
RafaelWO b6743de80d Add createdAfter/createdBefore filter to GET /admin/realms/{realm}/users
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

Signed-off-by: RafaelWO <weingartner.rafael@hotmail.com>
2026-04-06 10:10:54 -03:00
..
src/main/java/org/keycloak/admin/client Add createdAfter/createdBefore filter to GET /admin/realms/{realm}/users 2026-04-06 10:10:54 -03:00
pom.xml Client API v2 Java client 2026-03-27 11:01:35 +01:00