<?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: Create user using the REST API in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101437#M1479</link>
    <description>&lt;P&gt;If you browse to the CSharp SDK on github , you can see  a code example of creating a user in the unit tests.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/splunk/splunk-sdk-csharp/blob/master/UnitTests/UserTest.cs"&gt;https://github.com/splunk/splunk-sdk-csharp/blob/master/UnitTests/UserTest.cs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jul 2013 13:26:07 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2013-07-28T13:26:07Z</dc:date>
    <item>
      <title>Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101432#M1474</link>
      <description>&lt;P&gt;I'm developing some stuff using SDK, accessing data inside Splunk. As mentioned on this page (&lt;A href="http://dev.splunk.com/view/splunk-sdk/SP-CAAADP7"&gt;http://dev.splunk.com/view/splunk-sdk/SP-CAAADP7&lt;/A&gt;), "each of Splunk's resources (apps, users, searches, jobs, indexes, inputs, and others) has a corresponding REST endpoint that indicates the resource's category", I am looking for a way to read a CSV file the contains usernames and passwords so as to create all the users I must create using this SDK resource.&lt;/P&gt;

&lt;P&gt;Someone has done this kind of thing before? &lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2013 20:10:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101432#M1474</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2013-07-19T20:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101433#M1475</link>
      <description>&lt;P&gt;Which language SDK ? , so we can provide a more specific code example.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2013 20:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101433#M1475</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-07-19T20:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101434#M1476</link>
      <description>&lt;P&gt;I'm using C# ... Could you provide an example please? Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2013 02:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101434#M1476</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2013-07-20T02:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101435#M1477</link>
      <description>&lt;P&gt;Hey guys, for this time I am going ahead interacting with Splunk through command line...&lt;/P&gt;

&lt;P&gt;=&amp;gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Security/ConfigureuserswiththeCLI"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Security/ConfigureuserswiththeCLI&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But, if you guys are able to share a simple code to create users using the SDK, it will help either for future developments.&lt;/P&gt;

&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101435#M1477</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2013-07-22T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101436#M1478</link>
      <description>&lt;P&gt;Just to share the solution I have in mind: I will wrap the command to create users through Splunk CLI and will read username and password from file/database table.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:49:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101436#M1478</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2013-07-22T11:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101437#M1479</link>
      <description>&lt;P&gt;If you browse to the CSharp SDK on github , you can see  a code example of creating a user in the unit tests.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/splunk/splunk-sdk-csharp/blob/master/UnitTests/UserTest.cs"&gt;https://github.com/splunk/splunk-sdk-csharp/blob/master/UnitTests/UserTest.cs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2013 13:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101437#M1479</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-07-28T13:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create user using the REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101438#M1480</link>
      <description>&lt;P&gt;I found an example using php: &lt;A href="http://dev.splunk.com/view/php-sdk/SP-CAAAEJM"&gt;http://dev.splunk.com/view/php-sdk/SP-CAAAEJM&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2013 21:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-user-using-the-REST-API/m-p/101438#M1480</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2013-08-03T21:56:47Z</dc:date>
    </item>
  </channel>
</rss>

