Skip to content

Commit 37036c6

Browse files
author
AmanpreetSingh-MSFT
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#86502
Added below text in line 76 "picture": "https://graph.microsoft.com/v1.0/me/photo/$value",
1 parent f646c99 commit 37036c6

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)