You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make `IntercomClient::$password` explicitly nullable (#373)
This prevents a deprecation warning from showing up since PHP 8.4
```
Deprecated: Intercom\IntercomClient::__construct(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in /<redacted-path>/vendor/intercom/intercom-php/src/IntercomClient.php on line 148
```
fixing broken Contacts update method (#311)
* fixing broken update method
"update" should follow the same pattern as other methods like deleteContact and getContact that require "id" based on the API documentation.
* updates tests and README for broken Contact method
Add support for listing users of a company (Fixes: #285) (#287)
* Add support for listing users of a company
* Remove unneeded method and add to readme
* Remove unneeded test