office365 - Using Microsoft Graph Explorer to fetch AD users and get Delta changes -


using microsoft graph explorer test delta user functionality. per documentation, should expect next link response each request until navigate users. in final response, should delta link. don't delta link in last response. has got success in using microsoft graph api fetch delta changes? works fine azure ad graph library not new microsoft graph api fetch delta users.

you should use beta endpoint if not already. delta feature still in preview.

the url https://graph.microsoft.com/beta/users/delta.

i'm getting @odata.deltalink property on last page of results there.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -