Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
personnelNumber
string | null
costCentre
string | null
groups
array[] | null
datePausedStart
string<date-time>

The date when the employee should be paused (example: sick leave, maternal leave, etc.).

datePausedEnd
string<date-time>

The date when the employee should be un-paused (example: coming back from sick leave, maternal leave, etc.).

dateTerminated
string<date-time>

The date when the employee should be terminated.

Response

200 - application/json
email
string
required
employeeId
string
required
companyId
string
required
personnelNumber
string
required
costCenter
string | null
groups
string[] | null
datePausedStart
string<date-time> | null
datePausedEnd
string<date-time> | null
dateTerminated
string<date-time> | null