Employees
The Employee object is used to represent any person who has been employed by a company.
Properties

idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

employee_numberString
Optional
The employee's number that appears in the third-party integration's UI.

companyString
Optional
The ID of the employee's company.

first_nameString
Optional
The employee's first name.

last_nameString
Optional
The employee's last name.

preferred_nameString
Optional
The employee's preferred first name.

display_full_nameString
Optional
The employee's full name, to use for display purposes. If a preferred first name is available, the full name will include the preferred first name.

usernameString
Optional
The employee's username that appears in the remote UI.

groupsArray
Required

work_emailString
Optional
The employee's work email.

personal_emailString
Optional
The employee's personal email.

mobile_phone_numberString
Optional
The employee's mobile phone number.

employmentsEmployment[]
Required
Array of Employment IDs for this Employee.
The Employment object

The Employment object is used to represent a job position at a company.

Please note: When there is a change in pay or title, integrations with historical data will create new Employment objects while integrations without historical data will update existing ones.

JSON
{
"id": "65d8ffd0-211b-4ba4-b85a-fbe2ce220982",
"remote_id": "19202938",
"employee": "0958cbc6-6040-430a-848e-aafacbadf4ae",
"job_title": "Executive Assistant to Tom Wambsgans",
"pay_rate": "50000.00",
"pay_period": "YEAR",
"pay_frequency": "BIWEEKLY",
"pay_currency": "USD",
"pay_group": "d4e4837f-9900-484c-ac40-528365bb08ef",
"flsa_status": "EXEMPT",
"effective_date": "2023-10-06T18:42:34Z",
"employment_type": "FULL TIME",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
Properties

idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

employeeString
Optional
The employee holding this position.

job_titleString
Optional
The position's title.

pay_rateNumber
Optional
The position's pay rate in dollars.

pay_periodEnum
Optional
The time period this pay rate encompasses. Possible values include: HOUR, DAY, WEEK, EVERY_TWO_WEEKS, SEMIMONTHLY, MONTH, QUARTER, EVERY_SIX_MONTHS, YEAR. In cases where there is no clear mapping, the original value passed through will be returned.

pay_frequencyEnum
Optional
The position's pay frequency. Possible values include: WEEKLY, BIWEEKLY, MONTHLY, QUARTERLY, SEMIANNUALLY, ANNUALLY, THIRTEEN-MONTHLY, PRO_RATA, SEMIMONTHLY. In cases where there is no clear mapping, the original value passed through will be returned.

pay_currencyEnum
Optional
The position's currency code. Possible values include: XUA, AFN, AFA, ALL, ALK, DZD, ADP, AOA, AOK, AON, AOR, ARA, ARS, ARM, ARP, ARL, AMD, AWG, AUD, ATS, AZN, AZM, BSD, BHD, BDT, BBD, BYN, BYB, BYR, BEF, BEC, BEL, BZD, BMD, BTN, BOB, BOL, BOV, BOP, BAM, BAD, BAN, BWP, BRC, BRZ, BRE, BRR, BRN, BRB, BRL, GBP, BND, BGL, BGN, BGO, BGM, BUK, BIF, XPF, KHR, CAD, CVE, KYD, XAF, CLE, CLP, CLF, CNX, CNY, CNH, COP, COU, KMF, CDF, CRC, HRD, HRK, CUC, CUP, CYP, CZK, CSK, DKK, DJF, DOP, NLG, XCD, DDM, ECS, ECV, EGP, GQE, ERN, EEK, ETB, EUR, XBA, XEU, XBB, XBC, XBD, FKP, FJD, FIM, FRF, XFO, XFU, GMD, GEK, GEL, DEM, GHS, GHC, GIP, XAU, GRD, GTQ, GWP, GNF, GNS, GYD, HTG, HNL, HKD, HUF, IMP, ISK, ISJ, INR, IDR, IRR, IQD, IEP, ILS, ILP, ILR, ITL, JMD, JPY, JOD, KZT, KES, KWD, KGS, LAK, LVL, LVR, LBP, LSL, LRD, LYD, LTL, LTT, LUL, LUC, LUF, MOP, MKD, MKN, MGA, MGF, MWK, MYR, MVR, MVP, MLF, MTL, MTP, MRU, MRO, MUR, MXV, MXN, MXP, MDC, MDL, MCF, MNT, MAD, MAF, MZE, MZN, MZM, MMK, NAD, NPR, ANG, TWD, NZD, NIO, NIC, NGN, KPW, NOK, OMR, PKR, XPD, PAB, PGK, PYG, PEI, PEN, PES, PHP, XPT, PLN, PLZ, PTE, GWE, QAR, XRE, RHD, RON, ROL, RUB, RUR, RWF, SVC, WST, SAR, RSD, CSD, SCR, SLL, XAG, SGD, SKK, SIT, SBD, SOS, ZAR, ZAL, KRH, KRW, KRO, SSP, SUR, ESP, ESA, ESB, XDR, LKR, SHP, XSU, SDD, SDG, SDP, SRD, SRG, SZL, SEK, CHF, SYP, STN, STD, TVD, TJR, TJS, TZS, XTS, THB, XXX, TPE, TOP, TTD, TND, TRY, TRL, TMT, TMM, USD, USN, USS, UGX, UGS, UAH, UAK, AED, UYW, UYU, UYP, UYI, UZS, VUV, VES, VEB, VEF, VND, VNN, CHE, CHW, XOF, YDD, YER, YUN, YUD, YUM, YUR, ZWN, ZRN, ZRZ, ZMW, ZMK, ZWD, ZWR, ZWL. In cases where there is no clear mapping, the original value passed through will be returned.

pay_groupString
Optional
The employment's pay group

flsa_statusEnum
Optional
The position's FLSA status. Possible values include: EXEMPT, SALARIED_NONEXEMPT, NONEXEMPT, OWNER. In cases where there is no clear mapping, the original value passed through will be returned.

effective_dateString
Optional
The position's effective date.

employment_typeEnum
Optional
The position's type of employment. Possible values include: FULL_TIME, PART_TIME, INTERN, CONTRACTOR, FREELANCE. In cases where there is no clear mapping, the original value passed through will be returned.

remote_was_deletedBoolean
Required
Indicates whether or not this object has been deleted by third party webhooks.

created_atString
Required

modified_atString
Required
This is the datetime that this object was last updated by Merge

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

home_locationString
Optional
The employee's home address.

work_locationString
Optional
The employee's work address.

managerString
Optional
The employee ID of the employee's manager.

teamString
Optional
The employee's team.

pay_groupString
Optional
The employee's pay group

ssnString
Optional
The employee's social security number.

genderEnum
Optional
The employee's gender. Possible values include: MALE, FEMALE, NON-BINARY, OTHER, PREFER_NOT_TO_DISCLOSE. In cases where there is no clear mapping, the original value passed through will be returned.

ethnicityEnum
Optional
The employee's ethnicity. Possible values include: AMERICAN_INDIAN_OR_ALASKA_NATIVE, ASIAN_OR_INDIAN_SUBCONTINENT, BLACK_OR_AFRICAN_AMERICAN, HISPANIC_OR_LATINO, NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER, TWO_OR_MORE_RACES, WHITE, PREFER_NOT_TO_DISCLOSE. In cases where there is no clear mapping, the original value passed through will be returned.

marital_statusEnum
Optional
The employee's filing status as related to marital status. Possible values include: SINGLE, MARRIED_FILING_JOINTLY, MARRIED_FILING_SEPARATELY, HEAD_OF_HOUSEHOLD, QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD. In cases where there is no clear mapping, the original value passed through will be returned.

date_of_birthString
Optional
The employee's date of birth.

hire_dateStringDeprecated
Optional
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.

The hire_date field on the Employee object is deprecated


start_dateString
Optional
The date that the employee started working. If an employee was rehired, the most recent start date will be returned.

remote_created_atString
Optional
When the third party's employee was created.

employment_statusEnum
Optional
The employment status of the employee. Possible values include: ACTIVE, PENDING, INACTIVE. In cases where there is no clear mapping, the original value passed through will be returned.

termination_dateString
Optional
The employee's termination date.

avatarString
Optional
The URL of the employee's avatar image.

custom_fieldsObject
Optional
Custom fields configured for a given model.

remote_was_deletedBoolean
Required

created_atString
Required

modified_atString
Required
This is the datetime that this object was last updated by Merge

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

The Employee object
JSON
{
"id": "0958cbc6-6040-430a-848e-aafacbadf4ae",
"remote_id": "19202938",
"employee_number": "2",
"company": "8d9fd929-436c-4fd4-a48b-0c61f68d6178",
"first_name": "Greg",
"last_name": "Hirsch",
"preferred_name": "Greg the egg",
"display_full_name": "Cousin Greg Hirsch",
"username": "cousingreg",
"groups": [
"21a54124-397f-494d-985e-3c5b330b8a68"
],
"work_email": "[email protected]",
"personal_email": "[email protected]",
"mobile_phone_number": "+1234567890",
"employments": [
"17a54124-287f-494d-965e-3c5b330c9a68"
],
"home_location": "d2f972d0-2526-434b-9409-4c3b468e08f0",
"work_location": "9efbc633-3387-4306-aa55-e2c635e6bb4f",
"manager": "0048ea5b-911e-4dff-9364-92070dea62ff",
"team": "249c9faa-3045-4a31-953b-8f22d3613301",
"pay_group": "ad1264e2-39be-4787-b749-f1aade9e3405",
"ssn": "1234567890",
"gender": "MALE",
"ethnicity": "WHITE",
"marital_status": "SINGLE",
"date_of_birth": "1990-11-10T00:00:00Z",
"start_date": "2020-10-11T00:00:00Z",
"remote_created_at": "2020-10-11T00:00:00Z",
"employment_status": "INACTIVE",
"termination_date": "2021-10-12T00:00:00Z",
"avatar": "http://alturl.com/h2h8m",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}

GET
/employees

https://api.merge.dev/api/hris/v1/employees

US
EU

Returns a list of Employee objects.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

company_idString
Optional
If provided, will only return employees for this company.

created_afterString
Optional
If provided, will only return objects created after this datetime.

created_beforeString
Optional
If provided, will only return objects created before this datetime.

cursorString
Optional
The pagination cursor value.

display_full_nameString
Optional
If provided, will only return employees with this display name.

employment_statusString
Optional
If provided, will only return employees with this employment status.

employment_typeString
Optional
If provided, will only return employees that have an employment of the specified employment_type.

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

first_nameString
Optional
If provided, will only return employees with this first name.

groupsString
Optional
If provided, will only return employees matching the group ids; multiple groups can be separated by commas.

home_location_idString
Optional
If provided, will only return employees for this home location.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

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

include_sensitive_fieldsBoolean
Optional
Whether to include sensitive fields (such as social security numbers) in the response.

job_titleString
Optional
If provided, will only return employees that have an employment of the specified job_title.

last_nameString
Optional
If provided, will only return employees with this last name.

manager_idString
Optional
If provided, will only return employees for this manager.

modified_afterString
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeString
Optional
If provided, only objects synced by Merge before this date time will be returned.

page_sizeInteger
Optional
Number of results to return per page.

pay_group_idString
Optional
If provided, will only return employees for this pay group

personal_emailString
Optional
If provided, will only return Employees with this personal email

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

remote_idString
Optional
The API provider's ID for the given object.

show_enum_originsString
Optional
Which fields should be returned in non-normalized form.

started_afterString
Optional
If provided, will only return employees that started after this datetime.

started_beforeString
Optional
If provided, will only return employees that started before this datetime.

team_idString
Optional
If provided, will only return employees for this team.

terminated_afterString
Optional
If provided, will only return employees that were terminated after this datetime.

terminated_beforeString
Optional
If provided, will only return employees that were terminated before this datetime.

work_emailString
Optional
If provided, will only return Employees with this work email

work_location_idString
Optional
If provided, will only return employees for this location.

Response
JSON
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"id": "0958cbc6-6040-430a-848e-aafacbadf4ae",
"remote_id": "19202938",
"employee_number": "2",
"company": "8d9fd929-436c-4fd4-a48b-0c61f68d6178",
"first_name": "Greg",
"last_name": "Hirsch",
"preferred_name": "Greg the egg",
"display_full_name": "Cousin Greg Hirsch",
"username": "cousingreg",
"groups": [
"21a54124-397f-494d-985e-3c5b330b8a68"
],
"work_email": "[email protected]",
"personal_email": "[email protected]",
"mobile_phone_number": "+1234567890",
"employments": [
"17a54124-287f-494d-965e-3c5b330c9a68"
],
"home_location": "d2f972d0-2526-434b-9409-4c3b468e08f0",
"work_location": "9efbc633-3387-4306-aa55-e2c635e6bb4f",
"manager": "0048ea5b-911e-4dff-9364-92070dea62ff",
"team": "249c9faa-3045-4a31-953b-8f22d3613301",
"pay_group": "ad1264e2-39be-4787-b749-f1aade9e3405",
"ssn": "1234567890",
"gender": "MALE",
"ethnicity": "WHITE",
"marital_status": "SINGLE",
"date_of_birth": "1990-11-10T00:00:00Z",
"start_date": "2020-10-11T00:00:00Z",
"remote_created_at": "2020-10-11T00:00:00Z",
"employment_status": "INACTIVE",
"termination_date": "2021-10-12T00:00:00Z",
"avatar": "http://alturl.com/h2h8m",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
]
}
Field support by platform
7Shifts
7Shifts

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

first_nameString

home_locationString

last_nameString

mobile_phone_numberString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

work_emailString
ADP Workforce Now
ADP Workforce Now

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

hire_dateString

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

preferred_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
AlexisHR
AlexisHR

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

mobile_phone_numberString

personal_emailString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Altera Payroll
Altera Payroll

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


companyString

date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

termination_dateString

work_emailString
Azure Active Directory
Azure Active Directory

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

first_nameString

groupsArray

last_nameString

managerString

mobile_phone_numberString

preferred_nameString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

termination_dateString

usernameString

work_emailString
BambooHR
BambooHR

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

preferred_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Breathe
Breathe

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Ceridian Dayforce
Ceridian Dayforce

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

hire_dateString

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

preferred_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Charlie
Charlie

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employment_statusEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
ChartHop
ChartHop

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

mobile_phone_numberString

personal_emailString

preferred_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
ClayHR
ClayHR

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

first_nameString

last_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString
Deel
Deel

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


companyString

date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

first_nameString

groupsArray

last_nameString

managerString

personal_emailString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

teamString

termination_dateString

usernameString

work_emailString

work_locationString
Factorial
Factorial

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

date_of_birthString

display_full_nameString

employment_statusEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

mobile_phone_numberString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Freshteam
Freshteam

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

pay_groupString

personal_emailString

preferred_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Google Workspace
Google Workspace

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

display_full_nameString

employee_numberString

employment_statusEnum

first_nameString

groupsArray

home_locationString

last_nameString

mobile_phone_numberString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

teamString

work_emailString

work_locationString
Gusto
Gusto

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

first_nameString

genderEnum

groupsArray

hire_dateString

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Hibob
Hibob

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

marital_statusEnum

mobile_phone_numberString

personal_emailString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
HR Cloud
HR Cloud

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


date_of_birthString

display_full_nameString

employee_numberString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

mobile_phone_numberString

personal_emailString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
HR Partner
HR Partner

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


companyString

date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

mobile_phone_numberString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
HRAlliance
HRAlliance

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

ethnicityEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

mobile_phone_numberString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

termination_dateString

work_emailString
Humaans
Humaans

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


avatarString

companyString

date_of_birthString

display_full_nameString

employment_statusEnum

first_nameString

genderEnum

groupsArray

home_locationString

last_nameString

managerString

mobile_phone_numberString

personal_emailString

preferred_nameString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

ssnString

start_dateString

teamString

termination_dateString

work_emailString

work_locationString
Insperity Premier
Insperity Premier

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


companyString

date_of_birthString

display_full_nameString

employment_statusEnum

employmentsEmployment[]
idstring
remote_idstring
employeestring
job_titlestring
pay_ratenumber
pay_periodstring
pay_frequencystring
pay_currencystring
pay_groupstring
flsa_statusstring
effective_datestring
employment_typestring
remote_was_deletedboolean
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

first_nameString

genderEnum

groupsArray

hire_dateString

home_locationString

last_nameString

managerString

mobile_phone_numberString

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

start_dateString

termination_dateString

usernameString

work_emailString

work_locationString