An admin on a gitlab server can see all projects when doing a GET on /projects via api correct? I’m only getting a limited number of projects, and the problem is not due to pagination. I have 200+ projects on the server and API only shows 90. My account is an “Admin”. What am I missing here?
For anyone that runs into this - an admin can only GET all projects if they are a member of all of the groups that make up those projects. Additionally, any projects under a user will not be returned