Skip to content

Commit 572e2a9

Browse files
committed
clarify get user email scope behavior
1 parent 656a244 commit 572e2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The role connection object that an application has attached to a user.
182182

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

185-
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.
185+
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.
186186

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

0 commit comments

Comments
 (0)