Personio Personnel
Connector for the personio-personnel API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.personio.de/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_company_attendances— GET /company/attendances — This endpoint is responsible for fetching attendance data for the company employget_company_employees— GET /company/employees — List Employeesget_company_employees_employee_id— GET /company/employees/{employee_id} — Show employee by IDget_company_employees_employee_id_profile_pictur— GET /company/employees/{employee_id}/profile-picture/{width} — Show employee profile pictureget_company_time_off_types— GET /company/time-off-types — Provides a list of available time-off types, for example 'Paid vacation', 'Parenget_company_time_offs— GET /company/time-offs — This endpoint is responsible for fetching absence data for the company employees
Inputs
apiKey— your personio-personnel API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_company_attendances
apiKey: <your key>