I’m trying to find SDKs or Nuget Packages or REST APIs that will allow admin/management access to OneDrive, SharePoint and Exchange on a business tenant(s).
I need to get the following metadata:
Email:
Date Sent/Received
Size
Sent by
Received by
OneDrive:
Drive
Path
Created date
Created by
Shared with
Last modified date
Last accessed date
SharePoint:
Path
Created date
Last modified date
Last accessed date
Created by
Shared with
Be able to detect any orphaned artifacts.
Unless I’m missing something, the Graph APIs don’t seem to provide admin/management operations.
Sample code would also be great if you have pointers.
Thank you