We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fbfd94 + 37036c6 commit 78520fdCopy full SHA for 78520fd
articles/active-directory/develop/userinfo.md
@@ -73,6 +73,7 @@ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJub25jZSI6Il…
73
"name": "Mikah Ollenburg", // names all require the “profile” scope.
74
"family_name": " Ollenburg",
75
"given_name": "Mikah",
76
+ "picture": "https://graph.microsoft.com/v1.0/me/photo/$value",
77
"email": "[email protected]" //requires the “email” scope.
78
}
79
```
0 commit comments