B2C-GraphAPI-DotNet
B2C-GraphAPI-DotNet copied to clipboard
GetAllUsers not acquiring all users
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.