Skip to content

Commit

Permalink
Update _userinfo.md (#10461)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 committed Sep 11, 2024
1 parent 4251879 commit bbbe31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/api/authentication/_userinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ curl --request GET \

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

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`.
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`.

### Request Parameters

Expand Down

0 comments on commit bbbe31e

Please sign in to comment.