cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1184
Views
0
Helpful
0
Replies

ISE 2.7 API / create internal user with custom attribute - empty

Is101008
Level 4
Level 4

Hi

 

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.

 

Came along this bug https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvm01627/?rfs=iqvred

 

The version i tried is under the fixed ones but its not working. Has anybody done this successfully ?

 

Here is my request (from postman) => Framed-route is the custom attribute

 

  1. curl --location --request POST 'https://198.18.133.27:9060/ers/config/internaluser' \
  2. --header 'Content-Type: application/json' \
  3. --header 'Accept: application/json' \
  4. --header 'ERS-Media-Type: identity.internaluser.1.2' \
  5. --header 'Authorization: Basic yyyyyyyyy' \
  6. --header 'Cookie: APPSESSIONID=F05C7C72FDB6DA9637DD8852B83405F9; JSESSIONIDSSO=6C6F699AF25489A46120809D8D57B257' \
  7. --data-raw '{
  8. "InternalUser": {
  9. "name": "xxxxxx",
  10. "description": "description",
  11. "enabled": true,
  12. "password": "xxxxxxxx",
  13. "customAttributes": {
  14. "Framed-route": "yyyyyyy"
  15. },
  16. "passwordIDStore": "Internal Users"
  17. }
  18. }'

 

Thanks a lot

0 Replies 0