I realize that you can query all groups a particular user is an owner of, like this: groups = gis.groups.search(query='owner:Portal_Admin') , but I want to query all groups that a particular user is a member of. Like this: groups = gis.groups.search(query='member:Portal_Admin'). Is this possible?