/employees/{id}

Beta

Returns an Employee object with the given id.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Query parameters

expandenumOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
Allowed values:
include_remote_databooleanOptional

Whether to include the original data Merge fetched from the third-party to produce these models.

include_shell_databooleanOptional

Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).

Response

statusenum
The employee's status in the accounting system. * `ACTIVE` - ACTIVE * `INACTIVE` - INACTIVE
Allowed values:
idstring or nullRead-onlyformat: "uuid"
remote_idstring or null

The third-party API ID of the matching object.

created_atdatetime or nullRead-only
The datetime that this object was created by Merge.
modified_atdatetime or nullRead-only
The datetime that this object was modified by Merge.
first_namestring or null<=255 characters
The employee's first name.
last_namestring or null<=255 characters
The employee's last name.
is_contractorboolean or null

True if the employee is a contractor, False if not.

employee_numberstring or null<=50 characters
The employee's internal identification number.
email_addressstring or null
The employee's email address.
companystring or nullformat: "uuid"
The subsidiary that the employee belongs to.
remote_was_deletedboolean or nullRead-only
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
field_mappingsobject or nullRead-only
remote_datalist of objects or nullRead-only
<MergeSupportedFieldsByIntegrationWidget requestType="GET" data="H4sIAAAAAAAAA81VXW/aMBT9K8iPKCGjDFCRpomvrlTCrC2tWlWVdXEuweDYqe0Apdp/nwyshbbapqmr+hbf+J5j33NO8kA4OEy0uScNApzrXDmhEhKQVMcoSYN000zqe0QSEMgEhRT3drL5AQmIzbNMG4fxkUAZ22ODY9IgUYomwTBXYiwwjp6aIqEcJgac0MpGj83heN1NAiKFmmHc3DT8GW6zPdxWni1tJIV1JCAZWOsmRufJ5AzvcrR/gezPJjFF5UCGMTiIdlBCs4F5reZvEaNEh3EHHHTQIffX3TJOnMtsI4omKLPSmr0U4zxCFYFxgku0UbVyeFA/rIZblDX7V5bIL+Xi9G6kR/UiS7hkkBf7Q76kw96CTpPPtP15SVcXVbqareh09qnIEij2h/3qYHhdGXSa5cErG9h57erwstVpndAiX3UrdHq9oENe7g/5bLTqVU6+8cXJ8emSrq4P+p2LCh12qyffdHnQPrP99pnuN0slEpBdVUnj5mG3sDVOX3CjrR67QudeQSq4LVRq1UIrt0KhtYU2KmdA7oP1UkhwZ2gbtSATYZaPpOAlWylBCiutYGFLXKdRirGA6JGM/SJjlVqV/SJjWzLW1lIbdrjsHtVq9VK2tv966kKrR+F8FOhxk7a7nX0vNecgJIwkkoYzOb4IA2ncEK7TDNQ9CQimICSDODZo7Xq9iRdTeTpCQwIyFsY6pvy8AiLh6dlgqh0y74P9FcvATZ5KIvaJdOByS2599S4XBuPvYCBFh8af6PZH8Jo8FN15Lhy+zfwpOuvRmL3LweBvJkubw95l9//OFZcZKovMoEdh0nvgRXmnYp9rkaBCbxeJcYKGOQPKwvoGj2DCMq69qbjTnnOqc6N8y/b9O8t5mgs+a2k9s4WB8md4G12fYMONsuxifFBr1cv/JTt/rewLwT6YGueQYKGnHHDu3kYIj8i2iOx8I8V8LqitwwcJ2+sp+0349gVUcy34BoUJh+kHzNgVGv02anqk8I+fyn8P0jv9WG5//ARLARWzVQoAAA==" />