I am trying to use Google Apps Script to get the email delivery preference of members of a Google Group. This code:
AdminDirectory.Members.list()
gets the group members but I do not see an email preference. The info I am looking for is shown in the membership settings in groups.google.com.
Does anybody know how to get this in Apps Script?
Thanks for any tips or pointers