<?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 How to Export list of users who have access to xSOAR along with their last login in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522461#M1457</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i export the list of users along with their last login&lt;/P&gt;
&lt;P&gt;In Seetings &amp;gt; User and Role &amp;gt; Users I am able to see the list of users&lt;/P&gt;
&lt;P&gt;But i dont see an option to export this data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to export them to review each of them and get approval&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;aparna&lt;/P&gt;</description>
    <pubDate>Sat, 26 Nov 2022 08:31:40 GMT</pubDate>
    <dc:creator>aparnaas</dc:creator>
    <dc:date>2022-11-26T08:31:40Z</dc:date>
    <item>
      <title>How to Export list of users who have access to xSOAR along with their last login</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522461#M1457</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i export the list of users along with their last login&lt;/P&gt;
&lt;P&gt;In Seetings &amp;gt; User and Role &amp;gt; Users I am able to see the list of users&lt;/P&gt;
&lt;P&gt;But i dont see an option to export this data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to export them to review each of them and get approval&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;aparna&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 08:31:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522461#M1457</guid>
      <dc:creator>aparnaas</dc:creator>
      <dc:date>2022-11-26T08:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export list of users who have access to xSOAR along with their last login</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522602#M1459</link>
      <description>&lt;P&gt;You can do this using the getUsers builtin command, and adding extend context to pull the full data into context.&amp;nbsp; Then the ExportToCSV automation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;!getUsers extend-context=Users=.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;(Exports everything to the Users key in context using the extend-context option, the default doesn't return the last login of the user.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;!ExportToCSV fileName=xsoarusers.csv csvArray=${Users} headers=email,lastLogin,roles,username&amp;nbsp;&lt;/STRONG&gt;(exports the Users key to CSV, the headers option is optional, if you don't use it it will export all the keys as headers.)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 15:57:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522602#M1459</guid>
      <dc:creator>MBeauchamp2</dc:creator>
      <dc:date>2022-11-28T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export list of users who have access to xSOAR along with their last login</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522714#M1471</link>
      <description>&lt;P&gt;When Try the 2nd command, i am getting the below error&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Error from Scripts is : Missing argument values for command ExportToCSV are : csvArray (7)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/159920"&gt;@MBeauchamp2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 08:24:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522714#M1471</guid>
      <dc:creator>aparnaas</dc:creator>
      <dc:date>2022-11-29T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export list of users who have access to xSOAR along with their last login</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522762#M1473</link>
      <description>&lt;P&gt;Well, what is the Users key in context?&amp;nbsp; Is it an array?&amp;nbsp; Does it exist?&amp;nbsp; do you have more than one user in the system?&amp;nbsp; What troubleshooting did you perform?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 17:16:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-list-of-users-who-have-access-to-xsoar-along-with/m-p/522762#M1473</guid>
      <dc:creator>MBeauchamp2</dc:creator>
      <dc:date>2022-11-29T17:16:24Z</dc:date>
    </item>
  </channel>
</rss>

