exact param search match with keycloak REST Api

Viewed 1412

I'm using Keycloak REST Api to get users with query param

Get users Returns a list of users, filtered according to query parameters
GET /{realm}/users 

with query param ?username=admin, but for this query param value I also get similar results like awadmin username etc. How to get Exact account with admin username

1 Answers
Related