Hi all,
I am using the following code to get all the users currently registred in the portal.
ISearchResult result =UMFactory.getUserFactory().getUniqueIDs();
while (result.hasNext()){
IUser tempUser = UMFactory.getUserFactory().getUser(result.next().toString());
}
Issues:-
1) It does not get the list of portal users.
2) how do I get the portal user's portal ID(what's the API for that)??
Please help me in this.
Regards,
Narahari