<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Sean,</div>
<div><br>
</div>
<div>There are multiple ways to search on POC names.</div>
<div><br>
</div>
<div>If you are using a classic Whois client (over port 43), the syntax is "p / <name>" where <name> is the name you are searching for. </div>
<div><br>
</div>
<div>For example:</div>
<div>whois -h whois.arin.net "p / kosters"</div>
<div><br>
</div>
<div>The RESTful interface allows you to search by name using matrix parameters.</div>
<div><br>
</div>
<div>For example:</div>
<div>xmllint --format "<a href="http://whois.arin.net/rest/pocs;name=kosters">http://whois.arin.net/rest/pocs;name=kosters</a>"</div>
<div><br>
</div>
<div>You can also you "first" or "last" instead of "name" to narrow the search to specific first and last names.</div>
<div><br>
</div>
<div>For example:</div>
<div>xmllint --format "<a href="http://whois.arin.net/rest/pocs;last=kosters;first=mark">http://whois.arin.net/rest/pocs;last=kosters;first=mark</a>"</div>
<div><br>
</div>
<div>More information about these types of matrix parameters are available in Section 4.4.2 of our Whois-RWS API manual:</div>
<div><a href="https://www.arin.net/resources/whoisrws/whois_api.html#whoisrws">https://www.arin.net/resources/whoisrws/whois_api.html#whoisrws</a></div>
<div><br>
</div>
<div>I hope this answers your question.</div>
<div><br>
</div>
<div>Andy Newton,</div>
<div>Chief Engineer, ARIN</div>
</body>
</html>