Forum Discussion
Subham_sangam
Jun 01, 2023Copper Contributor
graph api get updated records from azure Ad
Is there any advance query to get updated users records like lastModifiedDate in microsoft graph api. delta/deltaLinks can do the same but I can't use delta in my application scenario as my application doesn't store any data for next execution.
2 Replies
Sort By
- LainRobertsonSilver Contributor
No, there is nothing like "last modified time":
Cheers,
Lain
- Subham_sangamCopper Contributorso there is no another workaround? delta is the only option?