Reputation: 35
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
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