Discussions

Ask a Question

inbound integration for hire, terminations, and changes from another hris

hi everyone 👋
we're looking for advice from anyone who can help us out. our organization uses Workday globally and will be using Personio to support our team in Germany for HR, payroll, absence, time and benefits. globally we recruit and hire in Workday and then pass the record on to other systems that pick up the record or changes and take further steps.
we've had a look through the API documentation and it seems pretty limited. if anyone has built integrations for this kind of setup – even if it was for a different platform feeding data into Personio – feel free to reach out so we can learn from your experience.
thanks so much 🙏

v2/persons updated_at problem with difference between UTC and local time?

There seems to be another problem with the updated_at field, the API returns the updated_at field with a Z that is indicating UTC timezone, but the value seems to be just the local time at which the update was made with a Z at the end, it's not the real UTC value.

Answered

updated_at not getting changed for custom attributes in API V2

After updating a person custom_attributes, the updated_at timestamp does not change.

Answered

Get work schedule with API V2

Hi, with API V1 it was possible to get the weekly working schedule. Is this still possible with the V2? We didn't find the specifications.

Answered

/v2/compensations omits Goal bonus / Compensation Components — blocking automation rollout

We are rolling out automated HR workflows in Q2 2026. One of the first production use cases depends on reading bonus values from Personio.

Org-Units & Workplaces Returns 404

Hi,

API: Accessing employee overtime data

Hello together,

Missing reference to legal entities in OrgUnits/Costcenters/Workplaces

These response objects do not contain a reference to the legal entity the object belongs to. Currently my customer tries to address this issue by renaming the objects so the missing information is part of the name, but this is obviously not a permanent and failsafe solution.

Missing error documentation and inconsistent error response formats in Personio API V2

Hello,

Sorting support in /v1/company/employees API

We are currently using the /v1/company/employees endpoint to retrieve the list of employees, making multiple API calls to handle pagination.