Intercom\IntercomUsers::getUser PHP Method

getUser() public method

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