Hey All,
I pulled down a list of all our domain's groups and permissions using the following command:
gam print groups domain <mydomain> allfields todrive
This works great,
Now, using the same sheet, I would like to update settings and permissions for multiple groups. Normally, I would use the following command if I was deploying the same settting for all groups:
gam csv <listofgroups.csv> gam update group "~email" setting_title setting_state
(For example: gam csv <listofgroups.csv> gam update group "~email" who_can_join can_request_to_join
What I would like to do instead, is tell gam to use the sheet, and for each group, use the settings unique to the row. This is because I want different settings for different groups
Hopefully that makes sense.
Thanks as always!