Sharepoint
Get current SharePoint user
Return the signed-in user's SharePoint / Microsoft Graph profile.
get/integrations/sharepoint/me
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"display_name": "Alice Smith",
"job_title": "Product Manager",
"mail": "alice@contoso.com",
"surname": "Smith",
"user_principal_name": "alice@contoso.com"
}