Get SharePoint user ID and profile of an SP site with MS graph api
问题 Is there a way to get user ID inside a SharePoint site with Microsoft Graph API ? I get a guid id with /me endpoint but in my SP site the current user has id 033. I know there is a way with SP rest api with currentspcontext. But i want to query with ms graph 回答1: I believe the Microsoft Graph currently only lets you query SharePoint sites, lists, and list items. Have you tried using the Microsoft Graph to query the User Information list? Here is a sample of the service call that you need. You