B2C-GraphAPI-DotNet icon indicating copy to clipboard operation
B2C-GraphAPI-DotNet copied to clipboard

GetAllUsers not acquiring all users

Open dominicusmento opened this issue 6 years ago • 0 comments

GetAllUsers() does not acquire all users but only 'first' (or better be said 'some') 100 users. This function either should be called differently or should handle odata.nextLink property returned from the graph api. When the link is returned, there is a bit of problem with splitting the path and query part so the parameters can be sent correctly. This is a bit tricky because the SendGraphRequest functions adds manually '?api-version=1.6' and the url which is returned from graph already contains query. I think that implementation of Uri parameter maybe can solve some tricky parts here.

dominicusmento avatar Apr 08 '19 14:04 dominicusmento