*using this:*
*curl --silent --header "Authorization: GoogleLogin auth=$AUTHID" 
"https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0"*
results in (among others:)
 <entry>
    <id>
    
https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23</id>
    <updated>1970-01-01T00:00:00.000Z</updated>
    <category scheme='http://schemas.google.com/g/2005#kind'
    term='http://schemas.google.com/apps/2006#user' />
    <title type='text'>aanderson23</title>
    <link rel='self' type='application/atom+xml'
    
href='https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23' 
/>
    <link rel='edit' type='application/atom+xml'
    
href='https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23' 
/>
    <apps:login userName='aanderson23' suspended='false'
    ipWhitelisted='false' admin='false'
    changePasswordAtNextLogin='false' agreedToTerms='false' />
    <apps:quota limit='25600' />
*    <apps:name familyName='' givenName='' />*
    <gd:feedLink rel='http://schemas.google.com/apps/2006#user.nicknames'
    
href='https://apps-apis.google.com/a/feeds/angelo.edu/nickname/2.0?username=aanderson23'
 
/>
    <gd:feedLink rel='http://schemas.google.com/apps/2006#user.emailLists'
    
href='https://apps-apis.google.com/a/feeds/angelo.edu/emailList/2.0?recipient=aanderson23%40angelo.edu'
 
/>
  </entry>

*using this:*
*curl --silent --header "Authorization: GoogleLogin auth=$AUTHID" 
"https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23"*

results in:
<entry xmlns='http://www.w3.org/2005/Atom'
xmlns:apps='http://schemas.google.com/apps/2006'
xmlns:gd='http://schemas.google.com/g/2005'>
  <id>
  https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23</id>
  <updated>1970-01-01T00:00:00.000Z</updated>
  <category scheme='http://schemas.google.com/g/2005#kind'
  term='http://schemas.google.com/apps/2006#user' />
  <title type='text'>aanderson23</title>
  <link rel='self' type='application/atom+xml'
  
href='https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23' 
/>
  <link rel='edit' type='application/atom+xml'
  
href='https://apps-apis.google.com/a/feeds/angelo.edu/user/2.0/aanderson23' 
/>
  <apps:login userName='aanderson23' suspended='false'
  ipWhitelisted='false' admin='false'
  changePasswordAtNextLogin='false' agreedToTerms='false' />
  <apps:quota limit='25600' />
*  <apps:name familyName='Anderson' givenName='Andrea' />*
  <gd:feedLink rel='http://schemas.google.com/apps/2006#user.nicknames'
  
href='https://apps-apis.google.com/a/feeds/angelo.edu/nickname/2.0?username=aanderson23'
 
/>
  <gd:feedLink rel='http://schemas.google.com/apps/2006#user.emailLists'
  
href='https://apps-apis.google.com/a/feeds/angelo.edu/emailList/2.0?recipient=aanderson23%40angelo.edu'
 
/>
</entry>

so... I guess retrieving one user works.. but retrieving all does not.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/LKHkmoWfYhIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-apps-mgmt-apis?hl=en.

Reply via email to