You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api/authentication/_userinfo.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ curl --request GET \
75
75
76
76
Given the Auth0 <dfndata-key="access-token">Access Token</dfn> obtained during login, this endpoint returns a user's profile.
77
77
78
-
This endpoint will work only if `openid` was granted as a <dfndata-key="scope">scope</dfn> for the Access Token. The user profile information included in the response depends on the scopes requested. For example, a scope of just `openid` may return less information than a a scope of `openid profile email`.
78
+
This endpoint will work only if `openid` was granted as a <dfndata-key="scope">scope</dfn> for the Access Token. The user profile information included in the response depends on the scopes requested. For example, a scope of just `openid` may return less information than a scope of `openid profile email`.
0 commit comments