Update a Employee
The unique identifier of the Employee to update
Request body
The identity number of the employee, must be unique within the organization.
The first name of the employee
The last name of the employee
ExternalRequest is the External-object used on Update and Create operations, since it should only be allowed to set SourceID for the employee placement, the Source-field is not included.
{ "sourceID": "12345678" }The gender of the employee
Female, Male, Other "Female"
If the identity number is temporary for the employee
The date of birth of the employee
The address of the employee
{
"postalAddress": "Dalvägen 14",
"postalCode": "169 56",
"postalCity": "Solna",
"countryCode": "SWE",
"municipalityCode": "0184"
}The primary email address of the employee, will be used for communication with the employee from the system and must be unique within the organization. Can be used to login to the system if password-authentication is enabled for the organization.
The secondary email address of the employee, will not be used within the system, but will be displayed for contact information.
The primary phone number of the employee, will be used for communication with the employee from the system and must be unique within the organization.
The secondary phone number of the employee, will not be used within the system, but will be displayed for contact information.
Response for Employee Update operation - returns the updated Employee
Employee holds the personal information about an employee in the organization.
Unique identifier for the Employee
The identity number of the employee, must be unique within the organization.
The first name of the employee
The last name of the employee
Metadata information for the Employee
{
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
"updatedAt": "2024-01-15T14:45:00Z",
"updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
}External is a reusable object that can be used to store external information about the employee placement from another system, used for third-party integration tracking.
{
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
}The gender of the employee
Female, Male, Other "Female"
If the identity number is temporary for the employee
The date of birth of the employee
The address of the employee
{
"postalAddress": "Dalvägen 14",
"postalCode": "169 56",
"postalCity": "Solna",
"countryCode": "SWE",
"municipalityCode": "0184"
}The primary email address of the employee, will be used for communication with the employee from the system and must be unique within the organization. Can be used to login to the system if password-authentication is enabled for the organization.
The secondary email address of the employee, will not be used within the system, but will be displayed for contact information.
The primary phone number of the employee, will be used for communication with the employee from the system and must be unique within the organization.
The secondary phone number of the employee, will not be used within the system, but will be displayed for contact information.