Has anybody used UAPI.PowerList to search all users in a specific group? There are hundred users in this group. On the first page, there 30 users ( which last name starting from A to

on the first page and they looked ok. But when I clicked "More" button to get more users, instead of all other users, I only got partial user list of this group.By the way, I have Form, webForm, esign installed on my system.Can anybody help? Thanks.Here is the codes://test r._ug_targetType = UAPI.GROUP r._ug_groupID = 87135 //// where 87135 is the group id of the group I'm testing.//test ugdata = UAPI.PowerList( prgCtx.USession().fSession, \ r._ug_targetType, \ r._ug_searchType, \ r._ug_searchValue, \ r._ug_action, \ r._ug_rowsRequest, \ ( isAuthority || isSigningGroup) ? UAPI.NAME : r._ug_searchColumn, \ r._ug_searchOpr, \ r._ug_startID, \ r._ug_startValue, \ r._ug_groupID, \ spaceID )Best Regards,Cecilia