I'm a newbie with GAM. I'm trying to use it to access my organizations account. I using it to script membership into various mailing lists. I'm running on a Mac.Member in the various email lists will be based on qualifications so I'm dynamically creating and updating my mailing lists on a regular basis.The problem I'm encountering is that each "gam" command takes about 1 second to process. With nearly 25,000 requests to process, 2-3 times per month, this about 7 hours each.Shy of less people involved or less mailing lists, am I doing something wrong that is causing the process to be so slow? Can multiple GAM requests be combined into a single request? In other words, could I add 100 members with 1 command vs. 100 commands?A sample of what I'm doing:gam delete group xy...@colossalcave.comgam create group xy...@colossalcave.com permission membergam update group xy...@colossalcave.com settings who_can_invite all_managers_can_invitegam update group xy...@colossalcave.com settings who_can_join invited_can_joingam update group xy...@colossalcave.com settings who_can_view_group all_managers_can_viewgam update group xy...@colossalcave.com settings who_can_view_membership all_managers_can_viewgam update group xy...@colossalcave.com settings allow_google_communication falsegam update group xy...@colossalcave.com settings allow_web_posting falsegam update group xy...@colossalcave.com settings max_message_bytes 1310Kgam update group xy...@colossalcave.com settings members_can_post_as_the_group falsegam update group xy...@colossalcave.com settings spam_moderation_level allowgam update group xy...@colossalcave.com add member a...@colossalcave.comgam update group xy...@colossalcave.com add member b...@colossalcave2.comgam update group xy...@colossalcave.com add member c...@colossalcave2.comgam update group xy...@colossalcave.com add member d...@colossalcave3.comgam update group xy...@colossalcave.com add member e...@colossalcave3.comgam update group xy...@colossalcave.com add member f...@colossalcave9.comgam update group xy...@colossalcave.com add member g...@colossalcave9.comThanks.Ed--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.