I want to fetch all the users from Azure Active Directory who are recently modified/added using Azure Active Directory Graph SDK.
Checked about Differential Query, but not sure which property to use with this and how to use a differential query with C# SDK.
Is there any other property available, which can be used to query the data?
Thanks in advance.