Intercom\IntercomUsers::getUser PHP Méthode

getUser() public méthode

public getUser ( $id, $options = [] )
    public function getUser($id, $options = [])
    {
        $path = $this->userPath($id);
        return $this->client->get($path, $options);
    }