Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I would like to get the URL to get list of all users for a specific Identity Group
and In the sample IdentityQueryExample.java shows:
private static void getUsersOfIdentityGroup(RestFacade restFacade, String groupName) {
String url = "/Res...
I downloaded the SDK sample Java code from ACS admin SDK folder client-rest and there are bunch of .jar files and rest -> java -> com -> cisco -> nm -> acs -> clientwhich contains a lot of sample.java codesso how do you run these sample codes in Int...