Skip to content

Commit

Permalink
clarify get user email scope behavior (#7219)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitestory authored Oct 16, 2024
1 parent 49c7842 commit 9188a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The role connection object that an application has attached to a user.

## Get Current User % GET /users/@me

Returns the [user](#DOCS_RESOURCES_USER/user-object) object of the requester's account. For OAuth2, this requires the `identify` scope, which will return the object _without_ an email, and optionally the `email` scope, which returns the object _with_ an email.
Returns the [user](#DOCS_RESOURCES_USER/user-object) object of the requester's account. For OAuth2, this requires the `identify` scope, which will return the object _without_ an email, and optionally the `email` scope, which returns the object _with_ an email if the user has one.

## Get User % GET /users/{user.id#DOCS_RESOURCES_USER/user-object}

Expand Down

0 comments on commit 9188a66

Please sign in to comment.