
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 07:13 PM
We have a API integration requirement, but we found that there is no method to create identity group with Restful API. Is here have a way to create identity group without GUI? : ) Thank you very much!
Solved! Go to Solution.
- Labels:
-
Identity Services Engine (ISE)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 10:12 AM
You are correct ISE ERS API for user identity groups are for queries, either Get-All or Get-By-Id, but not create, compared to other types of group objects (security groups, endpoint identity groups, etc.).
At present, the only option is to use the web UI. You might consider using CSV import, if you have a large number of groups.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 04:23 AM
I see it in the API guide
http://www.cisco.com/c/en/us/td/docs/security/ise/2-1/api_ref_guide/api_ref_book/ise_api_ref_ers1.html
Sent from my iPhone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 10:12 AM
You are correct ISE ERS API for user identity groups are for queries, either Get-All or Get-By-Id, but not create, compared to other types of group objects (security groups, endpoint identity groups, etc.).
At present, the only option is to use the web UI. You might consider using CSV import, if you have a large number of groups.
