Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
No update yet.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
Hi, I am not the admin of my domain and I would like to list all transitives members of a Google groups. Without admin rights I can not use AdminDirectory. I use a recursive function to dive into the group, list all members, then list all subgroups and do it again and again. I wanted to implement the logic "get all subgroups, try to access them one by one. If I do not have access to one subgroup, ignore it and check the next one". However I am kinda stuck as getGroups return an error if I do not have access to one subgroups, meaning i can not check the others. Please just add a "getSubgroupsEmail' or something like that, which you probably already created as the error contains the email of the subgroup i do not have access to.
Impact
Can not use GroupsApp to get all transitive members of a Google groups.