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:

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:

Thanks
Chris
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:

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:

Thanks
Chris