/employees/{id}
/employees/{id}
Returns an Employee object with the given id.
/employees/{id}
Returns an Employee object with the given id.
Token-based authentication with required prefix “Bearer”
Whether to include the original data Merge fetched from the third-party to produce these models.
Whether to include sensitive fields (such as social security numbers) in the response.
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
Deprecated. Use show_enum_origins.
The third-party API ID of the matching object.
The employee’s number that appears in the third-party integration’s UI.
Array of Employment IDs for this Employee.
The employee’s gender.
MALE - MALEFEMALE - FEMALENON-BINARY - NON-BINARYOTHER - OTHERPREFER_NOT_TO_DISCLOSE - PREFER_NOT_TO_DISCLOSEThe employee’s ethnicity.
AMERICAN_INDIAN_OR_ALASKA_NATIVE - AMERICAN_INDIAN_OR_ALASKA_NATIVEASIAN_OR_INDIAN_SUBCONTINENT - ASIAN_OR_INDIAN_SUBCONTINENTBLACK_OR_AFRICAN_AMERICAN - BLACK_OR_AFRICAN_AMERICANHISPANIC_OR_LATINO - HISPANIC_OR_LATINONATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER - NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDERTWO_OR_MORE_RACES - TWO_OR_MORE_RACESWHITE - WHITEPREFER_NOT_TO_DISCLOSE - PREFER_NOT_TO_DISCLOSEThe employee’s filing status as related to marital status.
SINGLE - SINGLEMARRIED_FILING_JOINTLY - MARRIED_FILING_JOINTLYMARRIED_FILING_SEPARATELY - MARRIED_FILING_SEPARATELYHEAD_OF_HOUSEHOLD - HEAD_OF_HOUSEHOLDQUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD - QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILDThe employment status of the employee.
ACTIVE - ACTIVEPENDING - PENDINGINACTIVE - INACTIVEIndicates 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.
The date that the employee was hired, usually the day that an offer letter is signed. If an employee has multiple hire dates from previous employments, this represents the most recent hire date. Note: If you’re looking for the employee’s start date, refer to the start_date field.
A comma separated list of enum field names for which you’d like the original values to be returned, instead of Merge’s normalized enum values. Learn more