Forum Discussion
API to show who granted or changed a user's access
- Anonymous2 years ago
Hi jmsavagetcc ,
You consider using a PowerShell script in conjunction with a cmdlet for more detailed analysis. This cmdlet allows you to download activity events, and with appropriate filtering, you may be able to extract more detailed information about access changes.
Solved: Power BI Logs - Microsoft Fabric Community
Power BI Cmdlets reference | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi jmsavagetcc ,
You consider using a PowerShell script in conjunction with a cmdlet for more detailed analysis. This cmdlet allows you to download activity events, and with appropriate filtering, you may be able to extract more detailed information about access changes.
Solved: Power BI Logs - Microsoft Fabric Community
Power BI Cmdlets reference | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Wonderful, thank you for that tip 😄 I can see it under the activity type 'UpdateFolderAccess' and in array 'FolderAccessRequests'. It appears to provide the Microsoft Entra object Id's but that is no issue to look them up as I am also extracting graph data into our data warehouse.