Is it possible to fetch groups and users in a top-down manner? I see there is an includeAncerstors flag on the API but no top-down filter.
We are building a complete standalone User and organization management console which is also multi-tenant and multi-level. Can we pull in a group and all its child groups and also the same for the users?
Any direction or help will be much appreciated. Thanks
There is currently a feature request open for this functionality as it is not currently possible to get all of the users and subusers of a group. However, the following posts include similar questions or may assist as you build your multi-level user view:
Thanks for the information @JuliaKempf. I have implemented the basic filtration of users but it would be best to have that feature, just like we have for includeAncestorsGroup.
I will keep a check on when it gets released. Thanks
@Suroor_Wijdan I don’t have much of an update here. The best option remains the Group: Summary Node for querying groups top-down, which does not provide all group details such as members, tags, device associations, etc.