--
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/00d87cdd-8adf-410e-9a9b-d6413a93bc2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Chris,You want gam print groups:
gam print groups [todrive] ([domain <DomainName>] [member <UserItem>])[maxresults <Number>] [delimiter <String>][members] [owners] [managers] <GroupFieldNames>* [settings]<GroupFieldNames> ::=admincreated|aliases|description|email|id|nameYou migt say: gam print groups delimiter ',' members owners managers description id name settings > groups.csvRoss
On Apr 6, 2016, at 8:55 AM, Chris Belicose <cbel...@dwight.edu> wrote:
The original post is a bit dated, but I also have been looking for a solution for quite some time.When printing (to screen) or exporting a list of group members using GAM, gam info group <group> only provides a list of member email addresses.Is there any way to retrieve member names, roles, or any additional data when using this GAM command?Regards,Chris
On Friday, September 21, 2012 at 9:22:11 PM UTC-4, Luey0517 wrote:My school has a google domain. I have created groups from our organization and wish to export to excel some of the groups. I have been able to easily export my group members from our organization to csv. What i am unable to do is to have the display name of the user come in with the other, mostly non essential fields. (hour, minute, second joined etc.) is there a way to export my member list with an ability to manage what fields get exported? I need email and display name. Nothing else, or at least the display name to be exported over.Thank You--
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-manager+unsub...@googlegroups.com.
$ gam print group-members group testgroup membernames
Getting all Members for test...@bar.com
id,role,group,email,type,memberFullName,memberGivenName,memberFamilyName,memberGroupName
111,MEMBER,test...@bar.com,ad...@bar.com,USER,Super admin,Super,admin,
222,MEMBER,test...@bar.com,jb...@bar.com,USER,Joe Blow,Joe,Blow,
333,OWNER,test...@bar.com,jsm...@bar.com,USER,Jim Smith,Jim,Smith,
444,MEMBER,test...@bar.com,sjo...@bar.com,USER,Sally Jones,Sally,Jones,
555,MEMBER,test...@bar.com,tjo...@bar.com,USER,Tom Jones,Tom,Jones,
666,MEMBER,test...@bar.com,msm...@notbar.com,USER,Unknown,Unknown,Unknown,
777,MEMBER,test...@bar.com,testg...@bar.com,GROUP,,,,Test - Group 2
888,MEMBER,test...@bar.com,testg...@bar.com,GROUP,,,,testg...@bar.com
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/00d87cdd-8adf-410e-9a9b-d6413a93bc2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/4ac22f67-5300-4438-b1f6-e607087e2678%40googlegroups.com.
Getting all Members for test...@bar.com
Chris,
There is no API call that gets the data you want. We'd have to get the email addresses and then get the names one at a time. Are you on Windows or Mac/Linux?I'm thinking to extend: gam print group-members group gr...@bar.com
$ gam print group-members group testgroup membernames
Getting all Members for test...@bar.com
id,role,group,email,type,memberFullName,memberGivenName,memberFamilyName,memberGroupName
111,MEMBER,test...@bar.com,adm...@bar.com,USER,Super admin,Super,admin,
222,MEMBER,test...@bar.com,jbl...@bar.com,USER,Joe Blow,Joe,Blow,
333,OWNER,test...@bar.com,jsmi...@bar.com,USER,Jim Smith,Jim,Smith,
444,MEMBER,test...@bar.com,sjo...@bar.com,USER,Sally Jones,Sally,Jones,
555,MEMBER,test...@bar.com,tjo...@bar.com,USER,Tom Jones,Tom,Jones,
666,MEMBER,test...@bar.com,msm...@notbar.com,USER,Unknown,Unknown,Unknown,
777,MEMBER,test...@bar.com,testg...@bar.com,GROUP,,,,Test - Group 2
888,MEMBER,test...@bar.com,testg...@bar.com,GROUP,,,,testgr...@bar.com
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/00d87cdd-8adf-410e-9a9b-d6413a93bc2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/4ac22f67-5300-4438-b1f6-e607087e2678%40googlegroups.com.
Ross,Thanks for your input on this. It is definitely closer to what I am trying to achieve. Ultimately, I would like to see:Getting all Members for test...@bar.com
email,memberFullName
adm...@bar.com,Super admin
jbl...@bar.com,Joe Blow
But I'll take what I can get. I am on Mac/Linux.When you say "extend: gam print group-members gr...@bar.com", can you explain what that means, and what I need to do?As is, when I enter: gam print group-members group <group> membernamesI get: "membernames is not a valid argument for "gam print group-members".Regards,Chris
On Wednesday, April 6, 2016 at 2:56:27 PM UTC-4, Ross Scroggs wrote:
Chris,There is no API call that gets the data you want. We'd have to get the email addresses and then get the names one at a time. Are you on Windows or Mac/Linux?I'm thinking to extend: gam print group-members group gr...@bar.com
$ gam print group-members group testgroup membernames
Getting all Members for test...@bar.com
id,role,group,email,type,memberFullName,memberGivenName,memberFamilyName,memberGroupName
111,MEMBER,test...@bar.com,ad...@bar.com,USER,Super admin,Super,admin,
222,MEMBER,test...@bar.com,jb...@bar.com,USER,Joe Blow,Joe,Blow,
333,OWNER,test...@bar.com,jsm...@bar.com,USER,Jim Smith,Jim,Smith,
444,MEMBER,test...@bar.com,sjo...@bar.com,USER,Sally Jones,Sally,Jones,
555,MEMBER,test...@bar.com,tjo...@bar.com,USER,Tom Jones,Tom,Jones,
666,MEMBER,test...@bar.com,msm...@notbar.com,USER,Unknown,Unknown,Unknown,
777,MEMBER,test...@bar.com,testg...@bar.com,GROUP,,,,Test - Group 2
888,MEMBER,test...@bar.com,testg...@bar.com,GROUP,,,,testg...@bar.com
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/00d87cdd-8adf-410e-9a9b-d6413a93bc2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/4ac22f67-5300-4438-b1f6-e607087e2678%40googlegroups.com.
--
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/eea6ed48-922f-491b-8ac9-44fa24083b4b%40googlegroups.com.
Regards,
Chris
111,MEMBER,test...@bar.com,admi...@bar.com,USER,Super admin,Super,admin,
222,MEMBER,test...@bar.com,jblo...@bar.com,USER,Joe Blow,Joe,Blow,
333,OWNER,test...@bar.com,jsmit...@bar.com,USER,Jim Smith,Jim,Smith,
444,MEMBER,test...@bar.com,sjon...@bar.com,USER,Sally Jones,Sally,Jones,
555,MEMBER,test...@bar.com,tjon...@bar.com,USER,Tom Jones,Tom,Jones,
666,MEMBER,test...@bar.com,msmi...@notbar.com,USER,Unknown,Unknown,Unknown,
777,MEMBER,test...@bar.com,testgr...@bar.com,GROUP,,,,Test - Group 2
888,MEMBER,test...@bar.com,testgr...@bar.com,GROUP,,,,testgro...@bar.com
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/00d87cdd-8adf-410e-9a9b-d6413a93bc2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/4ac22f67-5300-4438-b1f6-e607087e2678%40googlegroups.com.
--
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-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/eea6ed48-922f-491b-8ac9-44fa24083b4b%40googlegroups.com.
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/b9126b96-20c9-4dae-8c31-6b208e9c017a%40googlegroups.com.
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/dc1bfe59-7f6c-49d0-acce-0efa466f40f1%40googlegroups.com.
ERROR: fields is not a valid argument for "gam print group-members"
Regards,
Chris
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 https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/71349861-7a5f-4d5a-a516-38ea6ed969cb%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/00d87cdd-8adf-410e-9a9b-d6413a93bc2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/4ac22f67-5300-4438-b1f6-e607087e2678%40googlegroups.com.
--
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-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/eea6ed48-922f-491b-8ac9-44fa24083b4b%40googlegroups.com.
--
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-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/b9126b96-20c9-4dae-8c31-6b208e9c017a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/dc1bfe59-7f6c-49d0-acce-0efa466f40f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/71349861-7a5f-4d5a-a516-38ea6ed969cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Manager" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-manager/brmXG5PUG0g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/b2c53955-dd34-4356-bb6e-5365e1e376ed%40googlegroups.com.