Forum Discussion
sureshkv
Jan 24, 2022Copper Contributor
Graph API to capture Sharepoint Site Sharing operations
Hello Community, What is the graph api endpoint to capture sharepoint site sharing operations (Audit logs)? Possible operation values are: AccessRequestUpdated ComplianceSettingChanged Sec...
- Jan 25, 2022For this, and any other audit event, you can use the good old Management activities API: https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference
No pure Graph API endpoint currently.
VasilMichev
Jan 25, 2022MVP
For this, and any other audit event, you can use the good old Management activities API: https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference
No pure Graph API endpoint currently.
No pure Graph API endpoint currently.
sureshkv
Jan 25, 2022Copper Contributor
Thanks Vasil.