I need to get the user list within the Client Roles of my realm via REST API. I'm using an admin user in my realm and I assigned him view-users (in Role Mappings - Client Roles -> realm-management -> view-users).
Here my results of GET calls:
The third call doesn't work with Could not find client error. I tried also to add view-clients like view-users in the realm-management.
I'm interested to get all users that have got this Client Roles role, and I replace users at the end of call 3 instead of roles, and I have an unknown_error error.
Where am I wrong? Thanks a lot