| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:apps="http://schemas.google.com/apps/2006"
- xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
- xmlns:gd="http://schemas.google.com/g/2005">
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/user/2.0
- </atom:id>
- <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#user"/>
- <atom:title type="text">Users</atom:title>
- <atom:link rel="next" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0?startUsername=john"/>
- <atom:link rel="http://schemas.google.com/g/2005#feed"
- type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
- <atom:link rel="http://schemas.google.com/g/2005#post"
- type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
- <openSearch:startIndex>1</openSearch:startIndex>
- <atom:entry>
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones
- </atom:id>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#user"/>
- <atom:title type="text">SusanJones</atom:title>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
- <gd:who rel="http://schemas.google.com/apps/2006#user.recipient"
- email="SusanJones@example.com"/>
- <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
- <apps:quota limit="2048"/>
- <apps:name familyName="Jones" givenName="Susan"/>
- <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=SusanJones"/>
- <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=SusanJones@example.com"/>
- </atom:entry>
- <atom:entry>
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith
- </atom:id>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#user"/>
- <atom:title type="text">JohnSmith</atom:title>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith"/>
- <gd:who rel="http://schemas.google.com/apps/2006#user.recipient"
- email="JohnSmith@example.com"/>
- <apps:login userName="JohnSmith" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
- <apps:quota limit="2048"/>
- <apps:name familyName="Smith" givenName="John"/>
- <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=JohnSmith"/>
- <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=JohnSmith@example.com"/>
- </atom:entry>
- </atom:feed>
|