UserEntryDataSample1.xml 1.3 KB

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
  3. xmlns:apps="http://schemas.google.com/apps/2006"
  4. xmlns:gd="http://schemas.google.com/g/2005">
  5. <atom:id>https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones</atom:id>
  6. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  7. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  8. term="http://schemas.google.com/apps/2006#user"/>
  9. <atom:title type="text">SusanJones</atom:title>
  10. <atom:link rel="self" type="application/atom+xml"
  11. href="https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
  12. <atom:link rel="edit" type="application/atom+xml"
  13. href="https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
  14. <apps:login userName="SusanJones"/>
  15. <apps:name familyName="Jones" givenName="Susan"/>
  16. <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
  17. href="https://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=Susy-1321"/>
  18. <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists" href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=us-sales@example.com"/>
  19. <apps:quota limit="2048"/>
  20. </atom:entry>