I am new to this keycloak user management.
Basically I want to fetch users using "IN" condition on username field
I am new to this keycloak user management.
Basically I want to fetch users using "IN" condition on username field
Unfortunately, no. See REST API doc: https://www.keycloak.org/docs-api/15.0/rest-api/index.html
Currently, keycloak doesn't support getting multiple users by ids or usernames.
You can use keycloak SPI:
This is my repo for this query function: Bulk user query
If there is any bug. Feel free to submit pull request too.