A cloud-based identity and access management service for securing user authentication and resource access
@Rising Flight Thanks for reaching out. Here are the steps which you need to follow
1) You need to import the AzureAD Preview module and connect to Azure AD account

2) Next you need to run : Get-AzureADAuditDirectoryLogs | Export-Csv -path C:\Reports.csv

Once you have the reports, you can then filter it for Different ActivityDisplayName Like : Add user, update user or with any other requirement.
If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.