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

ISE API: Can I create Identity group with Restful?

jilu4
Cisco Employee
Cisco Employee

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!

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Jason Kunst
Cisco Employee
Cisco Employee

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

hslai
Cisco Employee
Cisco Employee

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.