active
if hire_date
provided is in past. Otherwise status will be set to onboarding
. This endpoint will respond with id
of created employee in case of success.curl --location --request POST 'https://api.personio.de/v1/company/employees' \
--data-urlencode 'employee[email]=' \
--data-urlencode 'employee[first_name]=' \
--data-urlencode 'employee[last_name]='
{
"data": {
"id": 81723,
"message": "success"
},
"success": true
}