<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 6/18/14, 12:43 PM, Kevin Falcone
      wrote:<br>
    </div>
    <blockquote cite="mid:20140618194337.GR2912@jibsheet.com"
      type="cite">
      <pre wrap="">On Wed, Jun 18, 2014 at 12:10:27PM -0700, Josh Tackitt wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Is there a way to do a user search via URL?

We can already go directly to a ticket or asset via a URL.  We can also
perform a ticket or asset search via URL.  But what about doing a User
search?
</pre>
      </blockquote>
      <pre wrap="">
If you know the user's id
<a class="moz-txt-link-freetext" href="http://rt.example.com/User/Summary.html?id=123456">http://rt.example.com/User/Summary.html?id=123456</a>

</pre>
      <blockquote type="cite">
        <pre wrap="">The goal is to use an external tool (AlfredApp) to quickly get to the User
Summary page or at very least a User Search results page.
</pre>
      </blockquote>
      <pre wrap="">
If you don't have the user id in Alfred, you can link to
<a class="moz-txt-link-freetext" href="http://rt.example.com/User/Search.html?UserString=email@address.edu">http://rt.example.com/User/Search.html?UserString=email@address.edu</a>
but you'll trigger a CSRF warning, it's probably that page should be
whitelisted.

-kevin
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <br>
    Perfect!  Thank you!<br>
  </body>
</html>