
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2017 08:08 PM
Team,
My customer want to integrate ISE with the Wi-Fi platform which one developed by them self. And they want to achieve these goals by API:
1, user and user group management
2, role management (mapping to acl,control the user‘s network access).
In the ERS guide, I haven't found the API to create Identity group and create authentication policy.
Now the problem coming, how can I help them achieve these goals with ISE.
please advise, 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
05-03-2017 05:26 PM
Jin,
For User Identity Groups, the ISE ERS API only supports
You must create the Identity Groups manually then you may use the APIs to add Internal Users.
However, for Endpoints Identity Groups you can do
Then for the endpoints you may
- DeRegister
- ReleaseRejectedEndpoint
- GetRejectedEndpoints
- Get-By-Id
- Register
- Update
- Delete
- Create
- Get-All
- Get Version
- Bulk Request
- Monitor Bulk Status
Today you cannot create Authentication and Authorization Policies or Results in ISE via API.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2017 05:26 PM
Jin,
For User Identity Groups, the ISE ERS API only supports
You must create the Identity Groups manually then you may use the APIs to add Internal Users.
However, for Endpoints Identity Groups you can do
Then for the endpoints you may
- DeRegister
- ReleaseRejectedEndpoint
- GetRejectedEndpoints
- Get-By-Id
- Register
- Update
- Delete
- Create
- Get-All
- Get Version
- Bulk Request
- Monitor Bulk Status
Today you cannot create Authentication and Authorization Policies or Results in ISE via API.
