Hellow !
Im making the app in which all the employes and students will be inserted into keycloak.
Im making keymanagment app, which means i will need the list of all the users from realm.
It would be really nice, if there is the way, that myself could not find, to get all the user details ( with roles, groups ) so i could easier manage the stuff.
So main question: Is it possible to get somehow all the users from realm with roles , without having to custom doing the querys in postgres db.
(Doing app with C#, angular.)
Current workaround: Added custom attribute to user "roleInCommunity" which i then use in app in table display of users.
Would rather use real roles.
Thanks, Adnan