Pagination enforcement - V1 Employees API
Context:
In order to serve all Public API customers of Personio equitably, we will be enforcing pagination on the v1 Employees endpoints (https://developer.personio.de/reference/get_company-employees). This will ensure that no single batch of API requests made to this endpoint produces undue stress on our systems and thereby ensures that all requests to this endpoint are treated in the same way.
Impact:
Starting from December 7, 2024, all requests to the GET Employees V1 endpoint must include the pagination parameters of 'limit' and 'offset', wherein the maximum value of the 'limit parameter can be 100. Requests without pagination will default to a 50 results per page.
Action Required:
Please review and update any integrations or scripts that consume the GET Employees V1 endpoint to ensure they handle pagination correctly before the enforcement date