question

AndrewOmondi-5314 avatar image
0 Votes"
AndrewOmondi-5314 asked AndrewOmondi-5314 commented

Retrieving People without specifying an explicit $top parameter value leads to the nextLink with same results

Do the following request to the graph api, this will return the default number of items (currently 10):

GET https://graph.microsoft.com/v1.0/me/people?$filter=personType/class%20eq%20'Person'

Following the odata.NextLink property will lead to the following request being made.

GET https://graph.microsoft.com/v1.0/me/people?%24filter=personType%2fclass+eq+%27Person%27&%24skip=0

The value in the $skip parameter should now be 10, but it actually is 0

Is this intended?

Sourced from https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1102

microsoft-graph-users
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I have submitted this question to Microsoft, please wait for my message.

1 Vote 1 ·

Thanks for looking into this.

0 Votes 0 ·

1 Answer

CarlZhao-MSFT avatar image
0 Votes"
CarlZhao-MSFT answered AndrewOmondi-5314 commented

It is confirmed that this is a bug, and we have submitted the error message to the microsoft product team. If there is any update on this bug, I will reply you here and update the answer.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for the update!

0 Votes 0 ·