I have noticed when runnig the following API /api/v2/groups results are dependent upon the Groups the user is part of. Here is the situation
Created a brand new user with the Developer role and ran the above api from the Developers Dashboard, it returns a result of 219 ( we have way more groups than that) Any of the groups that did not show up, I went back and added the user as an ower and the total incremetned up. So I added him to 4 groups as owner, and the total went from 219 to 223
My queution is: How does it know to kick back those first 219 without being an owner, and, how do we get the remaining groups to act like the first 219?