We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fffb9 commit 09d1de5Copy full SHA for 09d1de5
README.md
@@ -50,6 +50,9 @@ $client->users->create([
50
// Delete a user by ID
51
$client->users->deleteUser("570680a8a1bcbca8a90001b9");
52
53
+// Get a user by ID
54
+$client->users->getUser("570680a8a1bcbca8a90001b9");
55
+
56
// Add companies to a user
57
$client->users->create([
58
"email" => "test@intercom.io",
0 commit comments