<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to pass pass username in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53281#M11086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I totally understood your question.&lt;/P&gt;&lt;P&gt;If you are asking about access to username who triggered the workflow execution during execution, you can get it using the Cmdlet Get-WfaRestParameter in your command code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The certified command "Send email" has the sample code that uses this Cmdlet. A screenshot depicting the same:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/23233_send_email.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 12:54:35 GMT</pubDate>
    <dc:creator>shailaja</dc:creator>
    <dc:date>2013-09-19T12:54:35Z</dc:date>
    <item>
      <title>How to pass pass username</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53276#M11084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to pass the username/id from the user who starts the workflow?&lt;/P&gt;&lt;P&gt;Is the name stored in the database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:53:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53276#M11084</guid>
      <dc:creator>CHRISTIAN_UMREIN</dc:creator>
      <dc:date>2025-06-05T05:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass pass username</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53281#M11086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I totally understood your question.&lt;/P&gt;&lt;P&gt;If you are asking about access to username who triggered the workflow execution during execution, you can get it using the Cmdlet Get-WfaRestParameter in your command code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The certified command "Send email" has the sample code that uses this Cmdlet. A screenshot depicting the same:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/23233_send_email.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:54:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53281#M11086</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2013-09-19T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass pass username</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53287#M11088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shailaja's answer is correct for using it in commands.&lt;/P&gt;&lt;P&gt;Should you need it in user inputs - I am copying from another thread I responded to something similiar:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/message/95055#95055" target="_blank"&gt;https://communities.netapp.com/message/95055#95055&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;In 2.0, if you'd go and define a user input called "$_WFAUser" you'd be able to get that value (Of the user currently logged in to WFA).&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;It would be a read only input (ie shown on the screen in preview) with a pre-defined tooltip.&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;You can use it in queries to correlate the logged in user with information from additional tables (Either native ones from the DFM cache&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;or with proprietary info from the user-specific playground DB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/servlet/JiveServlet/showImage/2-95100-17746/aaa.png" style="font-style: inherit; font-family: inherit; color: #009fda;" target="_blank"&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/17746_aaa.png" style="border: 0px; font-style: inherit; font-family: inherit;" width="356" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;While admittedly it can use a little more polish - I believe this is very usable and will offer a viable solution to most use cases.&lt;/P&gt;&lt;P&gt;Hope you might find that useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 14:00:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53287#M11088</guid>
      <dc:creator>yaronh</dc:creator>
      <dc:date>2013-09-19T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass pass username</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53292#M11089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. That is exactly what I have been looking for. &lt;/P&gt;&lt;P&gt;Thanks Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 05:01:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-pass-pass-username/m-p/53292#M11089</guid>
      <dc:creator>CHRISTIAN_UMREIN</dc:creator>
      <dc:date>2013-09-23T05:01:46Z</dc:date>
    </item>
  </channel>
</rss>

