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
SecureLinkUsed
SharingInheritanceBroken
CompanyLinkCreated
SharingSet
SecureLinkCreated
AddedToSecureLink
SharingInvitationCreated
SharingInvitationUpdated
AccessRequestCreated
CompanyLinkUsed
Please let me know,
Thanks in advance
- 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.
2 Replies
Sort By
- 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.- sureshkvCopper ContributorThanks Vasil.