<?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 reset the password using REST API in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119573#M24880</link>
    <description>&lt;P&gt;In the search head i tried to change the password of a user using below command, i got the success  xml response but with the new password i am not able to login.&lt;/P&gt;

&lt;P&gt;curl -k -u admin:temp &lt;A href="https://localhost:8089/servicesNS/nobody/search/storage/passwords/user1"&gt;https://localhost:8089/servicesNS/nobody/search/storage/passwords/user1&lt;/A&gt; -d password=pwd_temp&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2015 14:02:31 GMT</pubDate>
    <dc:creator>srinathd</dc:creator>
    <dc:date>2015-02-17T14:02:31Z</dc:date>
    <item>
      <title>how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119568#M24875</link>
      <description>&lt;P&gt;kindly suggest how to reset the password of splunk user using REST API&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 11:05:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119568#M24875</guid>
      <dc:creator>splunk47</dc:creator>
      <dc:date>2015-01-27T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119569#M24876</link>
      <description>&lt;P&gt;Hi splunk47,&lt;/P&gt;

&lt;P&gt;take a look at the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/RESTREF/RESTaccess#POST_authentication.2Fusers.2F.7Bname.7D_method_detail"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/RESTREF/RESTaccess#POST_authentication.2Fusers.2F.7Bname.7D_method_detail&lt;/A&gt; how to use REST api to do this.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 11:42:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119569#M24876</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-27T11:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119570#M24877</link>
      <description>&lt;P&gt;if i want to change only admin password by supplying old and new password ... how this can be achieved through rest api&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119570#M24877</guid>
      <dc:creator>splunk47</dc:creator>
      <dc:date>2015-01-30T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119571#M24878</link>
      <description>&lt;P&gt;It's all in the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/RESTREF/RESTaccessExamples#authentication.2Fusers.2F.7Bname.7D_POST"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/RESTREF/RESTaccessExamples#authentication.2Fusers.2F.7Bname.7D_POST&lt;/A&gt; read it, try it with a test user - succeed &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119571#M24878</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-30T06:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119572#M24879</link>
      <description>&lt;P&gt;ok thanks .. i think storage password section will me more appropriate for changing password &lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119572#M24879</guid>
      <dc:creator>splunk47</dc:creator>
      <dc:date>2015-01-30T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119573#M24880</link>
      <description>&lt;P&gt;In the search head i tried to change the password of a user using below command, i got the success  xml response but with the new password i am not able to login.&lt;/P&gt;

&lt;P&gt;curl -k -u admin:temp &lt;A href="https://localhost:8089/servicesNS/nobody/search/storage/passwords/user1"&gt;https://localhost:8089/servicesNS/nobody/search/storage/passwords/user1&lt;/A&gt; -d password=pwd_temp&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:02:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119573#M24880</guid>
      <dc:creator>srinathd</dc:creator>
      <dc:date>2015-02-17T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119574#M24881</link>
      <description>&lt;P&gt;Just did that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme &lt;A href="https://localhost:8089/services/authentication/users/admin" target="test_blank"&gt;https://localhost:8089/services/authentication/users/admin&lt;/A&gt; -d password=changeme123
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it worked like a charm check the URL you used, looks different to mine...&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:10:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/119574#M24881</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-02-17T14:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to reset the password using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/584010#M102833</link>
      <description>&lt;P&gt;An admin can change anyone else password, with just the new password.&lt;BR /&gt;&lt;BR /&gt;curl -k -u admin:adminpassword &lt;A href="https://localhost:8089/services/authentication/users/testuser" target="_blank"&gt;https://localhost:8089/services/authentication/users/testuser&lt;/A&gt; -d password=Passwordnew&lt;/P&gt;&lt;P&gt;but an user need to pass it's &lt;STRONG&gt;old and new password&lt;/STRONG&gt; to do it :&lt;/P&gt;&lt;P&gt;curl -k -u testuser:Passwordold &lt;A href="https://localhost:8089/services/authentication/users/testuser" target="_blank"&gt;https://localhost:8089/services/authentication/users/testuser&lt;/A&gt; -d password=Passwordnew -d oldpassword=Passwordold&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 19:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-reset-the-password-using-REST-API/m-p/584010#M102833</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2022-02-07T19:27:58Z</dc:date>
    </item>
  </channel>
</rss>

