Hi Team, I'm working on developing a Ranger client where I need to get a Users list to the client which contains all users and their associated groups.
Based on my analysis "*/xusers/users"* API call provides this info, which I believe is secured end-point can be accessed by providing admin creds over HTTP basic auth in our env. *I have the below questions regarding this integrations* - Return data type of this API json_VXUserList, is there any ranger client library which I can include in my project to conveniently marshall to this object and use? - Is there any java client library which I can be conveniently used to fetch service policies & users lists? Thanks in advance. Regards, Peter