I am attempting to use the dreamfactory roles system as a grouping system but have hit a bit of a snag in so far as the fact that I cannot seem to figure out the correct API route to retrieve users by role (get all users with role ‘x’)
I have played around the API docs (specifically the /system/user and /system/role) but neither are returning the information, though there seems to be an indication that it should from the response schema documentation but the actual response does not contain any of the information (ie, the /system/roles says it will returned relatedApps and relatedUsers but it does not). I expect this may have something to do with the ‘related’ parameter but also cannot find any information or examples of what should be passed in for that.
In any event, all I really need is the appropriate method to use and/or example code on how to do this