UserList & getGroupMembers() do not return users in multiple groups

Permalink
v8.3.2
I could swear I saw this somewhere in the past.

If a user is in multiple groups they do not appear in either a UserList using filterByGroup() nor in a getGroupMembers(). Only users that are only in the group being filtered on are returned. Just doing the most basic query. Do I need to instead enumerate all users and check for inGroup() on each of them in order to obtain the correct results?

Nevermind, totally my fault. Code bombing out and I did not notice. Everything works great!