Me

Summary

  • Returns the signed-in user's basic profile information.

Graph Endpoint

  • GET /me

Parameters

  • None

Usage (app.businessFunction)

app.businessFunction({
  functionName: 'MicrosoftGraph',
  methodName: 'User',
  operation: 'Me'
})

Response

{
  "id": "b8f8...",
  "displayName": "Adele Vance",
  "mail": "adelev@contoso.com",
  "userPrincipalName": "adelev@contoso.com"
}

Last updated

Was this helpful?