List All Users in Specific Group
Use the groupUserInfo
API to get a list of all the users in a particular group.
Your suggested change has been received. Thank you.
Please Note:
Use the groupUserInfo
API to get a list of all the users in a particular group.
NAESession session = NAESession.getSession("username", "password".toCharArray());
NAEAdminRequestProcessor processor= new NAEAdminRequestProcessor(session);
UserGroupInfoResponse userGroupInfo=processor.groupUserInfo("group1");
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….