Hi, what endpoints do I need to extract all users in a group that belong to a certain role?
I have tried the following endpoints with no luck:
/api.ashx/v2/groups/{GroupId}/members/roles.xml?MemberType=users
This is returning 0 results.
/api.ashx/v2/users.xml -> /api.ashx/v2/roles/user/{username}.xml
Here I am getting all users then looping through each user and checking their roles permissions however this is not returning expected results.
Any help would be appreciated!
Thanks