Retrieves the Employee with the given ID.
The unique identifier of the Employee to retrieve
Response for Employee Get operation - returns the requested 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.