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
Post a Comment