Intercom\IntercomUsers::getUser PHP Метод

getUser() публичный Метод

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