Hi,

I am using the below admin rest api to get a list of users by realm

http://keycloak.github.io/docs/rest-api/admin/realms/%7Brealm%7D/users/index.html#GET

In the query parameters, you don't get a parameter for the role name.

My use case is to get a list of users by a role. In some of the past forum ports this was discussed but it was more around writing a SQL query and I prefer to use the admin rest api.

Has anyone else had this requirement and how did they go about solving this or should I raise a Jira request.

Cheers
Travis