Thanks, and I have been playing around with those capabilities. I am running GAM on Linux and get a strange error with secondary domains:
User: first.last
First Name: First
Last Name: Last
Is an admin: false
Has agreed to terms: true
IP Whitelisted: false
Account Suspended: false
Must Change Password: false
Nicknames:
Traceback (most recent call last):
File "/home/paddock/gam/gam.py", line 2000, in <module>
doGetUserInfo()
File "/home/paddock/gam/gam.py", line 1091, in doGetUserInfo
groups = groupObj.RetrieveGroups(user_name)
File "/home/paddock/gam/gdata/apps/groups/service.py", line 192, in RetrieveGroups
return self._GetPropertiesList(uri)
File "/home/paddock/gam/gdata/apps/service.py", line 510, in _GetPropertiesList
property_feed = self._GetPropertyFeed(uri)
File "/home/paddock/gam/gdata/apps/service.py", line 507, in _GetPropertyFeed
raise gdata.apps.service.AppsForYourDomainException(e.args[0])
gdata.apps.service.AppsForYourDomainException: {'status': 400, 'body': '<?xml version="1.0" encoding="UTF-8"?>\r\n<AppsForYourDomainErrors>\r\n <error errorCode="1301" invalidInput="first.last" reason="EntityDoesNotExist" />\r\n</AppsForYourDomainErrors>\r\n\r\n', 'reason': 'Bad Request'}
User: first.last
First Name: First
Last Name: Last
Is an admin: false
Has agreed to terms: true
IP Whitelisted: false
Account Suspended: false
Must Change Password: false
Nicknames:
I do not get this for any users at the primary domain. Running the command with "multi" does nothing that I can see.
Matt