Could I somehow query the DTREE Table with KUAF to fetch all the user groups assigned to a particular folder?
Thanks for the feedback
You would access the DTREEACL to get all of those items. The DTREE doesn't carry all that. It will have a Creator, but not the ACL.
In DTREEACL, the ACLTYPE of '1' is the Owner, '2' is the Owner Group, '3' is Public Access (which may not be of interest to you), '4' is SysAdmin, and '5' is all that are "assigned".
If you want the basic ACL for each, the SEE field will disclose that: '0' - None, '1' - See, '2' - See Contents, '3' - Modify, '4' - Delete.