Skip to content

Commit

Permalink
Update GET /user documentation on README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda authored Mar 12, 2019
1 parent d1720b0 commit 3439572
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 3439572

Please sign in to comment.