<?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: Is it possible to enable/disable ISE internal user using ERS REST APIs in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850373#M473322</link>
    <description>&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;PRE&gt;curl -X PUT -k -H 'Content-Type: application/json' -H 'Accept: application/json' -i \&lt;BR /&gt;'https://myErsAdminUserName:myErsAdminPassword@myISE:9060/ers/config/internaluser/myInternalUserID' \&lt;BR /&gt;--data '{
&amp;nbsp; "InternalUser" : {
&amp;nbsp; &amp;nbsp; "id" : "myInternalUserID",
&amp;nbsp; &amp;nbsp; "name" : "myInternalUserName",
&amp;nbsp; &amp;nbsp; "enabled" : false
&amp;nbsp; }
}'&lt;/PRE&gt;</description>
    <pubDate>Sun, 05 May 2019 05:58:26 GMT</pubDate>
    <dc:creator>hslai</dc:creator>
    <dc:date>2019-05-05T05:58:26Z</dc:date>
    <item>
      <title>Is it possible to enable/disable ISE internal user using ERS REST APIs</title>
      <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850078#M473316</link>
      <description>&lt;P&gt;Using either "name" or "id" of the internal user on ISE, is it possible to toggle the flag ("enabled") to true/false without changing any other attributes of the "Internaluser"?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used &amp;lt;changePassword&amp;gt;false&amp;lt;/changePassword&amp;gt; hoping that password would not be updated (attempted when InternalUser object i sused)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I see is " code="Conversion exception"&amp;gt;&amp;lt;title&amp;gt;Password can't be set to one of the earlier 1 password(s)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any additional documentation on ERS Java APIs such as public methods exposed for clients to use say for "InternalUser" class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all in advance&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2019 02:24:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850078#M473316</guid>
      <dc:creator>rvkota</dc:creator>
      <dc:date>2019-05-05T02:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to enable/disable ISE internal user using ERS REST APIs</title>
      <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850373#M473322</link>
      <description>&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;PRE&gt;curl -X PUT -k -H 'Content-Type: application/json' -H 'Accept: application/json' -i \&lt;BR /&gt;'https://myErsAdminUserName:myErsAdminPassword@myISE:9060/ers/config/internaluser/myInternalUserID' \&lt;BR /&gt;--data '{
&amp;nbsp; "InternalUser" : {
&amp;nbsp; &amp;nbsp; "id" : "myInternalUserID",
&amp;nbsp; &amp;nbsp; "name" : "myInternalUserName",
&amp;nbsp; &amp;nbsp; "enabled" : false
&amp;nbsp; }
}'&lt;/PRE&gt;</description>
      <pubDate>Sun, 05 May 2019 05:58:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850373#M473322</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2019-05-05T05:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to enable/disable ISE internal user using ERS REST APIs</title>
      <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850488#M473324</link>
      <description>&lt;P&gt;hslai,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Your solutions looks very simple, not using the ERS Java APIs, but just execute a HTTP GET/PUT requests.&lt;/P&gt;&lt;P&gt;Will implement this and check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2019 23:44:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/is-it-possible-to-enable-disable-ise-internal-user-using-ers/m-p/3850488#M473324</guid>
      <dc:creator>rvkota</dc:creator>
      <dc:date>2019-05-05T23:44:37Z</dc:date>
    </item>
  </channel>
</rss>

