Me
Summary
Graph Endpoint
Parameters
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