From 343957237efbcd3edde3cd6342d10484c9b18185 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 12 Mar 2019 16:17:18 -0300 Subject: [PATCH] Update GET /user documentation on README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa80450f..e5f5d6bc 100644 --- a/README.md +++ b/README.md @@ -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 get(String userId, UserFilter filter)`