Skip to content

TeamworkTag ListMembers returns 100 rows but is not paged and top not allowed #526

@ChrisGrove

Description

@ChrisGrove

Hi,
I am using the following code against version 4.55.0-preview to retrieve all members of a specific Tag. This Tag has 121 members.

var bob = Global.GraphClient.Teams[TeamId].Tags[targetTagId].Members.Request().GetAsync().Result;

Query return value:
image

The result is only 100 rows long, which is the default page size, however the result does not contain a NextPageRequest and the adding of the Top clause is not supported and throws the following exception:
image

Thanks
Chris

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions