<?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 generate users list without admin access? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508097#M9079</link>
    <description>As I said, you are an ordinary user and so are limited in what you may view.</description>
    <pubDate>Wed, 08 Jul 2020 13:55:43 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-07-08T13:55:43Z</dc:date>
    <item>
      <title>How to generate users list without admin access?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508053#M9075</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to generate a list with all users in Splunk Enterprise, but I stuck on permissions.&lt;/P&gt;&lt;P&gt;I have simple a user (without admin access) and when I tried to make a query to&amp;nbsp;&lt;SPAN&gt;servicesNS&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;splunk:8089/servicesNS/admin/search/authentication/users&lt;/PRE&gt;&lt;P&gt;In response, I get&amp;nbsp;"You do not have permissions to access objects of user=admin". Also, I tried to search "index=_audit" and "| rest /services/authentication/users" but without success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get a list of users in Splunk using a USER account without admin access? Maybe JS or REST can help?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508053#M9075</guid>
      <dc:creator>rendie</dc:creator>
      <dc:date>2020-07-08T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate users list without admin access?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508065#M9076</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/209705"&gt;@rendie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if you haven't the grants to execute a REST command, the only hint is to run a search on _internal and extract the users that used Splunk!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit sourcetype = audittrail action="login attempt"
| dedup user
| sort user
| table user&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508065#M9076</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-08T12:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate users list without admin access?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508069#M9077</link>
      <description>&lt;P&gt;Ordinary users are limited in what they are allowed to see.&amp;nbsp; The best you can do is this search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/search/authentication/users&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508069#M9077</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-08T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate users list without admin access?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508078#M9078</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;using your solution in my case, as a result, I get only the current log user. This can be useful only for user with ADMIN permissions. But in any way thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 13:05:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508078#M9078</guid>
      <dc:creator>rendie</dc:creator>
      <dc:date>2020-07-08T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate users list without admin access?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508097#M9079</link>
      <description>As I said, you are an ordinary user and so are limited in what you may view.</description>
      <pubDate>Wed, 08 Jul 2020 13:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508097#M9079</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-08T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate users list without admin access?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508098#M9080</link>
      <description>By default, however, users do not have access to _internal.</description>
      <pubDate>Wed, 08 Jul 2020 13:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-generate-users-list-without-admin-access/m-p/508098#M9080</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-08T13:56:25Z</dc:date>
    </item>
  </channel>
</rss>

