user1328277
user1328277

Reputation: 35

Get AZURE AD USER,GROUP,ROLE creation and modified date

I have used graph API and implemented all features.Now I want to get created date and modified date of User,Group,Role.I have tried looking so many posts and the graph API return type too but not getting any luck. Kindly help if anyone already worked on similar kind of requirement.Thanks.

Upvotes: 1

Views: 3034

Answers (1)

Bruce Chen
Bruce Chen

Reputation: 18465

As I know, Creation and Modification date information of User, Group, Role could not be directly retrieved by using Azure AD Graph API. So far, you could leverage AD Audit Report Events to retrieve the audit record. Also, you could follow this tutorial for getting started with AD Auditing/Reporting APIs which are currently in beta.

Upvotes: 1

Related Questions