List All Users in All Groups
Use the getAllUsers
API to get a list of all the users in all the existing groups.
Your suggested change has been received. Thank you.
Please Note:
You are not viewing the most recent version of this page. 8.17.1 is the latest version available.
Use the getAllUsers
API to get a list of all the users in all the existing groups.
NAESession session = NAESession.getSession("username", "password".toCharArray());
NAEAdminRequestProcessor processor= new NAEAdminRequestProcessor(session);
UserQueryResponse userGroupInfo=processor.getAllUsers();
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….