Skip to content

Commit 69c3d48

Browse files
authored
Merge pull request #190 from auth0/lbalmaceda-patch-1
Update GET /user documentation on README.md file
2 parents d1720b0 + 3439572 commit 69c3d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ try {
344344
#### Get
345345

346346
Creates a request to get a User. An API Token with scope `read:users` is needed. If you want the identities.access_token property to be included, you will also need the scope `read:user_idp_tokens`.
347-
You can pass an optional Filter to narrow the results in the response.
347+
You can pass an optional Filter to specify the fields you want to include or exclude from the response.
348348

349349
`Request<User> get(String userId, UserFilter filter)`
350350

0 commit comments

Comments
 (0)