Rest api: filter client by attributes

Hi all, I need an advice how to filter client by attributes. Query https://aaaa.com/admin/realms/standard/clients?q=keyOne:valueOne&search=false still returns all clients (value of parameter search is unusefull too). Thank you for answer.

Self-replay: to be able filter clients by an attribute, name of the attribute have to be in jvm property keycloak.client.searchableAttributes. It interests me, why such complicated design?

@phasianus nice discovery. How did you build the url for requesting indeed? I’ve been trying many many many ways and I still cannot succeed with it.