personio.de

API for reading and writing personnel data incl. data about attendances and absences

🔑 apikey 13 endpoints enterprise
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

pip install tap-personio
pip install personio-data-python-sdk
# Maven: see https://github.com/konfig-sdks/personio-data-java-sdk
composer require personio-php
composer require personio-sdk-php
curl examples
List Employees
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/employees
This endpoint is responsible for fetching absence data for the company employ…
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/time-offs
This endpoint is responsible for fetching attendance data for the company emp…
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/attendances
Endpoints (13 total)
GET
/company/employees
List Employees
GET
/company/time-offs
This endpoint is responsible for fetching absence data for the company employ…
GET
/company/attendances
This endpoint is responsible for fetching attendance data for the company emp…
GET
/company/time-off-types
Provides a list of available time-off types, for example 'Paid vacation', 'Pa…
GET
/company/time-offs/{id}
Absence Period
GET
/company/employees/{employee_id}
Show employee by ID
GET
/company/employees/{employee_id}/profile-picture/{width}
Show employee profile picture
POST
/company/employees
Create an employee
POST
/company/time-offs
This endpoint is responsible for adding absence data for the company employees.
POST
/company/attendances
This endpoint is responsible for adding attendance data for the company emplo…
PATCH
/company/attendances/{id}
This endpoint is responsible for updating attendance data for the company emp…
DELETE
/company/time-offs/{id}
This endpoint is responsible for deleting absence period data for the company…
Language coverage
Python
2
Java
1
PHP
2
At a glance
Total SDKs5
Languages3
Endpoints13
Authapikey
Categories1
https://api.personio.de/v1
Other Personio APIs (1)
authentication