We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5f2af commit 7f5414dCopy full SHA for 7f5414d
README.md
@@ -35,7 +35,7 @@ Then, use the factory that is provided to create the client:
35
// $client contains all the methods to interact with the API
36
$client = JoliCode\Slack\ClientFactory::create($yourToken);
37
38
-$user = $client->usersInfo()->getUser();
+$user = $client->usersInfo(['user' => 'U123AZER'])->getUser();
39
40
dump($user);
41
```
0 commit comments