SOLVED

Graph API to capture Sharepoint Site Sharing operations

Copper Contributor

Hello Community,

 

What is the graph api endpoint to capture sharepoint site sharing operations (Audit logs)?

 

Possible operation values are:

AccessRequestUpdated
ComplianceSettingChanged
SecureLinkUsed
SharingInheritanceBroken
CompanyLinkCreated
SharingSet
SecureLinkCreated
AddedToSecureLink
SharingInvitationCreated
SharingInvitationUpdated
AccessRequestCreated
CompanyLinkUsed

 

Please let me know,

 

Thanks in advance

 

 

2 Replies
best response confirmed by sureshkv (Copper Contributor)
Solution
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...
No pure Graph API endpoint currently.
1 best response

Accepted Solutions
best response confirmed by sureshkv (Copper Contributor)
Solution
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...
No pure Graph API endpoint currently.

View solution in original post