You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have received an email from personio saying that the employee endpoint will be paginated starting from 2024-12-07.
At the moment get_employees uses request_json which does not handle pagination.
Just switching to request_paginated may be enough (?).
From the personio docs: In order to maintain system integrity and acceptable performance at V1 GET employees endpoint the maximum page size will be reduced to 100 employees per page on an ongoing basis in 2025.
The docs do not mention the deadline that I have received via email. Anyways this seems like an easy fix and I am happy to make a PR.
The text was updated successfully, but these errors were encountered:
I have received an email from personio saying that the employee endpoint will be paginated starting from 2024-12-07.
At the moment get_employees uses request_json which does not handle pagination.
Just switching to request_paginated may be enough (?).
From the personio docs:
In order to maintain system integrity and acceptable performance at V1 GET employees endpoint the maximum page size will be reduced to 100 employees per page on an ongoing basis in 2025.
The docs do not mention the deadline that I have received via email. Anyways this seems like an easy fix and I am happy to make a PR.
The text was updated successfully, but these errors were encountered: