Skip to content

Commit 78520fd

Browse files
authored
Merge pull request #185296 from amanmcse/patch-33
(AzureCXP) fixes MicrosoftDocs/azure-docs#86502
2 parents 4fbfd94 + 37036c6 commit 78520fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/develop/userinfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJub25jZSI6Il…
7373
"name": "Mikah Ollenburg", // names all require the “profile” scope.
7474
"family_name": " Ollenburg",
7575
"given_name": "Mikah",
76+
"picture": "https://graph.microsoft.com/v1.0/me/photo/$value",
7677
"email": "[email protected]" //requires the “email” scope.
7778
}
7879
```

0 commit comments

Comments
 (0)