Personio connector
Back to the connector overview, authentication methods, and actions.
21 Sept 2026
description-fixCorrected and clarified pagination documentation on the list actions. The limit parameter on list_absence_periods, list_applications, list_attendance_periods, list_jobs and list_persons now states that it caps one page rather than the total, with verified ranges and defaults, and the cursor parameter on those actions plus list_candidates now describes the actual {data, next_cursor} response envelope instead of the incorrect _meta.links.next and _data references. list_document_categories now documents that its records nest fields under attributes, so the category name is addressed as attributes.name.Changed · 21 actions updated
Changed · 21 actions updated
personio_create_compensation, personio_get_absence_period_breakdowns, personio_list_absence_periods, personio_list_absence_types, personio_list_applications, personio_list_attendance_periods, personio_list_candidates, personio_list_compensation_types, personio_list_compensations, personio_list_cost_centers, personio_list_document_categories, personio_list_documents, personio_list_jobs, personio_list_legal_entities, personio_list_person_employments, personio_list_persons, personio_list_project_members, personio_list_projects, personio_list_workplaces, personio_update_document, personio_upload_document8 Sept 2026
new-featureEnabled scheduled Data Sync on 16 list actions spanning employees, absences, attendances, compensations, cost centres, workplaces, legal entities, projects, documents and recruiting, so these collections can be searched without calling Personio each time. Employees, absence periods, applications, candidates and jobs sync incrementally; the rest refresh in full. list_cost_centers and list_projects now return {data, next_cursor} instead of the raw response body and are marked preview.