When making a GET request to https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0 I receive the expected feed response:
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:apps="http://schemas.google.com/apps/2006" xmlns:gd="http://schemas.google.com/g/2005"> <id>https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0</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">Users</title> <link rel="next" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0?startUsername=aadams36"/> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/> <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/> <link rel="self" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/> <openSearch:startIndex>1</openSearch:startIndex> <entry> <id>https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0/aaanstad</id> However when requesting the next page, https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0?startUsername=aadams36 the first page is returned again: <feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:apps="http://schemas.google.com/apps/2006" xmlns:gd="http://schemas.google.com/g/2005"> <id>https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0</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">Users</title> <link rel="next" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0?startUsername=aadams36"/> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/> <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/> <link rel="self" type="application/atom+xml" href="https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0"/> <openSearch:startIndex>1</openSearch:startIndex> <entry> <id>https://apps-apis.google.com/a/feeds/cnm.edu/user/2.0/aaanstad</id> Is there something that I'm missing here? -- 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/-/4poDiIYK50YJ. 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.
