A generated OIH connector for the Personnel Data API (version 1.0).
Generated from: https://raw.githubusercontent.com/personio/api-docs/master/personio-personnel-data-api.yaml
Generated at: 2021-05-27T11:30:06+02:00
API for reading and writing personnel data incl. data about attendances and absences
Supported authorization schemes:
- API Key
Creates new employee. Status of the employee will be set to
active
ifhire_date
provided is in past. Otherwise status will be set toonboarding
. This endpoint will respond withid
of created employee in case of success.
employee_id
- required - Numericid
of the employee
employee_id
- required - Numericid
of the employeewidth
- required - Width of the image. Default 75x75
This endpoint is responsible for adding attendance data for the company employees. It is possible to add attendances for one or many employees at the same time. The payload sent on the request should be a list of attendance periods, in the form of an array containing attendance period objects.
id
- required - ID of the attendance period to delete
This endpoint is responsible for updating attendance data for the company employees. Attributes are not required and if not specified, the current value will be used. It is not possible to change the employee id.
id
- required - ID of the attendance period to update
id
- required - ID of the absence period to delete
id
- required - Numericid
of the absence period
: personio-component
All files of this connector are licensed under the Apache 2.0 License. For details see the file LICENSE on the toplevel directory.