Has anyone else had issues searching for users in a portal 10.7.1 groups, when the number of Portal users is high (over 10,000)?
/arcgis/home/group.html?id=(Your Group ID)&start=1&num=20#members
"Search group member"
When we search for users who are in the group, we often get a "No members found that meet your criteria. Try clearing some filters to show more members." However, we can find those users through the #python api 1.7, and through paginating through the group member pages.
Is this a bug?