Details:
We are using Keycloak authentication server with Asp.Net WebAPI.
Now I need to get the Keycloak user details based on GUID. Basically I am interested in roles, groups associated with the user.
I tried : GetUser
URI: GET /admin/realms/{realm}/users/{id}
It is returning user details but few properties are not present in received User details.
Kindly help to resolve this issue.