You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant use Skiptoken as a query parameter when i try to get group member with transitivemembers. Does anyone have already use Skiptoken as a query parameters ?
Expected behavior
Accept the Skiptoken as QueryParameters
Screenshots
Client version
5.29.0
Desktop (please complete the following information):
OS: Window 11
Version 22
The text was updated successfully, but these errors were encountered:
CardinPatson
changed the title
[Client bug]: Cant use Skiptoken as a query parameter in TransitiveMembers
Cant use Skiptoken as a query parameter in TransitiveMembers
Oct 11, 2023
There is an alternative as well to use the WithUrl request builder as well.
varnextLinkUrl="https://graph.microsoft.com/v1.0/";//nextLink url from previous repsonsevartransitiveMembersResponse=awaitgraphClient.Groups["{group-id}"].TransitiveMembers.WithUrl(nextLinkUrl).GetAsync();
Describe the bug
I cant use Skiptoken as a query parameter when i try to get group member with transitivemembers. Does anyone have already use Skiptoken as a query parameters ?
Expected behavior
Accept the Skiptoken as QueryParameters
Screenshots
Client version
5.29.0
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: