I'm trying to define Services Account Roles in Keycloak to list users via the REST API.
But manage-users
, view-users
and admin
not found.
It's necessary this permission roles to resolve this error (unknown_error), according to:
Keycloak Admin Rest API unknown_error for update user API
Unknown error while creating client using Keycloak REST API
This is the url called and error shown:
What would be happening?