Skip to Content
0
Former Member
Sep 30, 2005 at 03:19 PM

Getting the user names - not working

47 Views

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