I am trying to call InforMingleApi to display list of all users defined in Mingle. There is REST api POST /SocialService.Svc/User/UserList which is showing all users as I expect. But if I try to call this api I have empty response as my input parameter is wrong. Does anyone know what value is expected in RequestObj?
<?xml version="1.0" encoding="UTF-8"?>
<Infor.Social.Entities.IdRequest>
<IdList>XXXXX</IdList>
</Infor.Social.Entities.IdRequest>

Is there any better documentation explaining what parameters are expected for api call?
Thanks
Tomas