Skip to content

Commit

Permalink
Merge pull request #190 from auth0/lbalmaceda-patch-1
Browse files Browse the repository at this point in the history
Update GET /user documentation on README.md file
  • Loading branch information
lbalmaceda committed Mar 12, 2019
2 parents d1720b0 + 3439572 commit 69c3d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ try {
#### Get

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`.
You can pass an optional Filter to narrow the results in the response.
You can pass an optional Filter to specify the fields you want to include or exclude from the response.

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

Expand Down

0 comments on commit 69c3d48

Please sign in to comment.