<?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 ISE 2.7 API / create internal user with custom attribute - empty in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ise-2-7-api-create-internal-user-with-custom-attribute-empty/m-p/4290164#M320</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i created a custom attribute in ise for internal user objects. Now i want to create internal users via API and populate also the custom attribute. The user is created (Response HTTP 201) but the custom attribute is not populated. The field in the gui is empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Came along this bug&amp;nbsp;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvm01627/?rfs=iqvred" target="_blank" rel="noopener"&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvm01627/?rfs=iqvred&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The version i tried is under the fixed ones but its not working. Has anybody done this successfully ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my request (from postman) =&amp;gt; Framed-route is the custom attribute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="x_de1"&gt;curl --location --request POST '&lt;A href="https://198.18.133.27:9060/ers/config/internaluser" target="_blank" rel="noopener"&gt;https://198.18.133.27:9060/ers/config/internaluser&lt;/A&gt;' \&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Content-Type: application/json' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Accept: application/json' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'ERS-Media-Type: identity.internaluser.1.2' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Authorization: Basic yyyyyyyyy' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Cookie: APPSESSIONID=F05C7C72FDB6DA9637DD8852B83405F9; JSESSIONIDSSO=6C6F699AF25489A46120809D8D57B257' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--data-raw '{&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"InternalUser": {&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"name": "xxxxxx",&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"description": "description",&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"enabled": true,&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"password": "xxxxxxxx",&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"customAttributes": {&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"Framed-route": "yyyyyyy"&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;},&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"passwordIDStore": "Internal Users"&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;}&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;}'&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 15:03:04 GMT</pubDate>
    <dc:creator>Is101008</dc:creator>
    <dc:date>2021-02-11T15:03:04Z</dc:date>
    <item>
      <title>ISE 2.7 API / create internal user with custom attribute - empty</title>
      <link>https://community.cisco.com/t5/network-security/ise-2-7-api-create-internal-user-with-custom-attribute-empty/m-p/4290164#M320</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i created a custom attribute in ise for internal user objects. Now i want to create internal users via API and populate also the custom attribute. The user is created (Response HTTP 201) but the custom attribute is not populated. The field in the gui is empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Came along this bug&amp;nbsp;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvm01627/?rfs=iqvred" target="_blank" rel="noopener"&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvm01627/?rfs=iqvred&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The version i tried is under the fixed ones but its not working. Has anybody done this successfully ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my request (from postman) =&amp;gt; Framed-route is the custom attribute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="x_de1"&gt;curl --location --request POST '&lt;A href="https://198.18.133.27:9060/ers/config/internaluser" target="_blank" rel="noopener"&gt;https://198.18.133.27:9060/ers/config/internaluser&lt;/A&gt;' \&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Content-Type: application/json' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Accept: application/json' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'ERS-Media-Type: identity.internaluser.1.2' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Authorization: Basic yyyyyyyyy' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--header 'Cookie: APPSESSIONID=F05C7C72FDB6DA9637DD8852B83405F9; JSESSIONIDSSO=6C6F699AF25489A46120809D8D57B257' \&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;--data-raw '{&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"InternalUser": {&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"name": "xxxxxx",&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"description": "description",&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"enabled": true,&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"password": "xxxxxxxx",&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"customAttributes": {&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"Framed-route": "yyyyyyy"&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;},&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;"passwordIDStore": "Internal Users"&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;}&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="x_de1"&gt;}'&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 15:03:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ise-2-7-api-create-internal-user-with-custom-attribute-empty/m-p/4290164#M320</guid>
      <dc:creator>Is101008</dc:creator>
      <dc:date>2021-02-11T15:03:04Z</dc:date>
    </item>
  </channel>
</rss>

