Skip to content

Commit bbbe31e

Browse files
authored
Update _userinfo.md (#10461)
1 parent 4251879 commit bbbe31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api/authentication/_userinfo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ curl --request GET \
7575

7676
Given the Auth0 <dfn data-key="access-token">Access Token</dfn> obtained during login, this endpoint returns a user's profile.
7777

78-
This endpoint will work only if `openid` was granted as a <dfn data-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 <dfn data-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`.
7979

8080
### Request Parameters
8181

0 commit comments

Comments
 (0)