Search users by group

Hello

Is it possible to search certain users by filtering them by groups?

thank you
Miha

The users search endpoint doesn’t have it, but you can get members for each group and then do an intersection yourself.

GET /{realm}/groups/{id}/members

Docs are in the Groups resource: Keycloak Admin REST API