Hello! We are currently trying to use the REST API to search for all group objects in our domain, but the search result is only returning 1000 objects. We tried supplying a larger number to the sizeLimit query parameter, but we're still getting a maximum of 1000 objects despite having significantly more group objects than that. We're able to retrieve fewer than 1000 objects when we give a lower number, like 10, so I don't think the problem is with the syntax of the request.
Is there a way to retrieve more than 1000 objects using the REST API?