How to get list of users at and below a specific experience group?

Is there a way through workflow block or api call to get a list of users at or below a specific experienceGroup? https://api.losant.com/applications/APPLICATION_ID/experience/users will return users at the current level and optionally above with the includeAncestorGroups query parameter, but we need to have a list of users for the current experienceGroup and below. This is so we can implement user managent and only expose it to users at the current level or below.

@Edward_Cline,

Unfortunately, right now only the includeAncestorGroups option is supported. I’m creating a ticket now to see if we can expose an option like this in the API.

Ok, thanks. Another suggestion would be to extend this functionality to https://api.losant.com/applications/APPLICATION_ID/experience/groups API also, providing the ability to return all experience groups at or below a specific experience group Id or experience user Id.