Hello All,
Is there any way to retrieve users from an LDAP group by paging inside a Portal application using UME API? (in batches)
There's a known limitation at AD & UME side which controls the data that is returned by below line: -
(further info reg. this UME API : only the first 5000 users of a group are retrieved )
Iterator<String> userIter = group.getUserMembers(true)
Hence, I am looking for a way to retrieve all users assigned to a LDAP group in batches.
Any ideas/suggestions are welcome.
Thanks & Regards,
Amey