Share via

Get incremental changes for users -Delta load

Sirisha Y 21 Reputation points
2022-09-07T11:01:41.183+00:00

Hi All,

we are trying to fetch delta load for users from Azure AD.
GET https://graph.microsoft.com/v1.0/users/delta -API used.

But I need some light on how this works. How this delta load is fetched and on what basis. Will this have any default filter which fetches recent changes done on users.

Regards,
Sirisha

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

Srinivasa Rao Darna 6,851 Reputation points Microsoft External Staff
2022-09-07T12:59:14.563+00:00

Hi @Sirisha Y ,

There is no filter applied on change tracking, when you use deltatoken on a resource collection it will be returning you the results of changes from your previous GET request.

Refer to delta-query-overview on how delta works in Microsoft Graph.
For users specific documentation delta-query-users.

Additional references how delta works

Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.