Intercom\IntercomUsers::getUser PHP 메소드

getUser() 공개 메소드

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