v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
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

display_namestring nullable required

User's display name.

job_titlestring nullable required

User's job title.

mailstring nullable required

User's email address.

surnamestring nullable required

User's surname.

user_principal_namestring nullable required

User principal name (UPN).

Example response

{
  "display_name": "Alice Smith",
  "job_title": "Product Manager",
  "mail": "alice@contoso.com",
  "surname": "Smith",
  "user_principal_name": "alice@contoso.com"
}