| 1234567891011121314151617181920212223242526272829 |
- <?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/">
- <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member</atom:id>
- <atom:link rel="https://schemas.google.com/g/2005#feed" type="application/atom+xml"
- href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member"/>
- <openSearch:startIndex>1</openSearch:startIndex>
- <atom:entry>
- <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com</atom:id>
- <atom:link rel="self" type="application/atom+xml"
- href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
- <apps:property name="memberId" value="suejones@example.com"/>
- <apps:property name="memberType" value="User"/>
- <apps:property name="directMember" value="true"/>
- </atom:entry>
- <atom:entry>
- <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com</atom:id>
- <atom:link rel="self" type="application/atom+xml"
- href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com"/>
- <apps:property name="memberId" value="ca-sales@example.com"/>
- <apps:property name="memberType" value="Group"/>
- <apps:property name="directMember" value="true"/>
- </atom:entry>
- </atom:feed>
|