Forum Discussion

dhruvilp's avatar
dhruvilp
Copper Contributor
Aug 04, 2021

Get recently added / updated users from Azure Active Directory

I want to fetch all the users from Azure Active Directory who are recently modified/added using Graph API.

 

I tried to search for the lastModified, or Modified property which returns the last modified date on which the filter can be applied but did not find any.  (Ref: User Properties)

 

Is there any way to achieve the above requirement?

 

My goal is to get the users modified in a specific time frame and perform the business logic.

Resources