Employee
object is used to represent any person who has been employed by a company.id
UUIDremote_id
Stringcreated_at
DateTime (ISO 8601)modified_at
DateTime (ISO 8601)employee_number
Stringcompany
UUIDfirst_name
Stringlast_name
Stringpreferred_name
Stringdisplay_full_name
Stringusername
Stringgroups
Arraywork_email
Stringpersonal_email
Stringmobile_phone_number
Stringemployments
Employment[]Employment
IDs for this Employee.The Employment
object is used to represent a job position at a company.
If an integration supports historical tracking of employments, it will be reflected in the data. If not, a new Employment
object will be created whenever there is a change in job title or pay. The effective_date
field should be used to order Employment
objects, with the most recent date corresponding to the latest employment record for an employee.
id
UUIDremote_id
Stringcreated_at
DateTime (ISO 8601)modified_at
DateTime (ISO 8601)employee
UUIDjob_title
Stringpay_rate
Numberpay_period
EnumHOUR
, 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. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.pay_frequency
EnumWEEKLY
, 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. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.pay_currency
EnumXUA
, 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. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.pay_group
UUIDflsa_status
EnumEXEMPT
, SALARIED_NONEXEMPT
, NONEXEMPT
, OWNER
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.effective_date
DateTime (ISO 8601)employment_type
EnumFULL_TIME
, PART_TIME
, INTERN
, CONTRACTOR
, FREELANCE
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.remote_was_deleted
Booleanfield_mappings
Objectremote_data
RemoteData[]home_location
UUIDwork_location
UUIDmanager
UUIDpay_group
UUIDssn
Stringgender
EnumMALE
, FEMALE
, NON-BINARY
, OTHER
, PREFER_NOT_TO_DISCLOSE
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.ethnicity
EnumAMERICAN_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. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.marital_status
EnumSINGLE
, 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. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.date_of_birth
DateTime (ISO 8601)hire_date
DateTime (ISO 8601)DeprecatedThe hire_date
field on the Employee
object is deprecated
start_date
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)employment_status
EnumACTIVE
, PENDING
, INACTIVE
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.termination_date
DateTime (ISO 8601)avatar
Stringremote_was_deleted
Booleanfield_mappings
Objectremote_data
RemoteData[]https://api.merge.dev/api/hris/v1/employees
Returns a list of Employee
objects.
company_id
Stringcreated_after
DateTime (ISO 8601)created_before
DateTime (ISO 8601)cursor
Stringdisplay_full_name
Stringemployment_status
Stringemployment_type
Stringexpand
Stringfirst_name
Stringgroups
Stringhome_location_id
Stringinclude_deleted_data
Booleaninclude_remote_data
Booleaninclude_sensitive_fields
Booleaninclude_shell_data
Booleanjob_title
Stringlast_name
Stringmanager_id
Stringmodified_after
DateTime (ISO 8601)modified_before
DateTime (ISO 8601)page_size
Integerpay_group_id
Stringpersonal_email
Stringremote_fields
Stringremote_id
Stringshow_enum_origins
Stringstarted_after
DateTime (ISO 8601)started_before
DateTime (ISO 8601)team_id
Stringterminated_after
DateTime (ISO 8601)terminated_before
DateTime (ISO 8601)work_email
Stringwork_location_id
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
date_of_birth
DateTime (ISO 8601)employee_number
Stringemployment_status
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)work_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_period
stringpay_frequency
stringpay_group
stringflsa_status
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_frequency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumlast_name
Stringmanager
UUIDmarital_status
Enumpay_group
UUIDpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringfirst_name
Stringlast_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)Supported Response Fields
display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtermination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)employments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdisplay_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringemployment_type
stringfirst_name
Stringlast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdisplay_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringfirst_name
Stringlast_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringwork_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployments
Employment[]remote_id
stringemployee
stringpay_rate
numbereffective_date
stringfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
company
UUIDdisplay_full_name
Stringemployment_status
Enumfirst_name
Stringgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_frequency
stringpay_group
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_frequency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmarital_status
Enumpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
display_full_name
Stringemployment_status
Enumfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtermination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
date_of_birth
DateTime (ISO 8601)first_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)username
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdisplay_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
display_full_name
Stringemployments
Employment[]employee
stringjob_title
stringpay_rate
numbereffective_date
stringfirst_name
Stringgroups
Arraylast_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringteam
UUIDwork_email
StringSupported Response Fields
display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringfirst_name
Stringlast_name
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enumpay_group
UUIDpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringteam
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDremote_data
RemoteData[]path
stringdata
stringremote_id
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringpay_group
stringeffective_date
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)work_email
Stringhttps://api.merge.dev/api/hris/v1/employees
Creates an Employee
object with the given values.
is_debug_mode
Booleanrun_async
Booleanmodel
Objectemployee_number
Stringcompany
UUIDid
field in the Company object.first_name
Stringlast_name
Stringpreferred_name
Stringdisplay_full_name
Stringusername
Stringgroups
Arraywork_email
Stringpersonal_email
Stringmobile_phone_number
Stringemployments
ArrayEmployment
IDs for this Employee.home_location
UUIDid
field in the Location object.work_location
UUIDid
field in the Location object.manager
UUIDid
field in the Employee object.team
UUIDid
field in the Team object.pay_group
UUIDid
field in the PayGroup object.ssn
Stringgender
EnumMALE
, FEMALE
, NON-BINARY
, OTHER
, PREFER_NOT_TO_DISCLOSE
.ethnicity
EnumAMERICAN_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
.marital_status
EnumSINGLE
, MARRIED_FILING_JOINTLY
, MARRIED_FILING_SEPARATELY
, HEAD_OF_HOUSEHOLD
, QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD
.date_of_birth
DateTime (ISO 8601)hire_date
DateTime (ISO 8601)start_date
DateTime (ISO 8601)employment_status
EnumACTIVE
, PENDING
, INACTIVE
.termination_date
DateTime (ISO 8601)avatar
Stringintegration_params
Objectlinked_account_params
ObjectSupported POST Model Parameters
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhire_date
DateTime (ISO 8601)last_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDwork_email
Stringwork_location
UUIDSupported POST Model Parameters
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringusername
Stringwork_email
StringSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
display_full_name
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDpay_group
UUIDremote_created_at
DateTime (ISO 8601)remote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDAdditional POST Parameters
ethnicity
Stringintegration_params
ObjectBenefit_Seniority_Date
StringSeniority_Date
Stringbenefit_seniority_date
Stringdeduction_benefit_group
Stringdeductions_group
Stringearnings_group
Stringfederal_filing_status
Stringlocal_work_in_tax_resident_status
Stringresident_state_filing_status
Stringscheduled_hours
Stringseniority_date
Stringstate_filing_status
Stringwork_state_filing_status
Stringhttps://api.merge.dev/api/hris/v1/employees/{id}
Returns an Employee
object with the given id
.
expand
Stringid
UUIDinclude_remote_data
Booleaninclude_sensitive_fields
Booleanremote_fields
Stringshow_enum_origins
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
date_of_birth
DateTime (ISO 8601)employee_number
Stringemployment_status
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)work_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_period
stringpay_frequency
stringpay_group
stringflsa_status
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_frequency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumlast_name
Stringmanager
UUIDmarital_status
Enumpay_group
UUIDpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringfirst_name
Stringlast_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)Supported Response Fields
display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtermination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)employments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdisplay_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringemployment_type
stringfirst_name
Stringlast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdisplay_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringfirst_name
Stringlast_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringwork_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployments
Employment[]remote_id
stringemployee
stringpay_rate
numbereffective_date
stringfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
display_full_name
Stringemployee_number
Stringemployment_status
Enumfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
company
UUIDdisplay_full_name
Stringemployment_status
Enumfirst_name
Stringgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringteam
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_frequency
stringpay_group
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_frequency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmarital_status
Enumpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
display_full_name
Stringemployment_status
Enumfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtermination_date
DateTime (ISO 8601)username
Stringwork_email
StringSupported Response Fields
date_of_birth
DateTime (ISO 8601)first_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)username
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdisplay_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
display_full_name
Stringemployments
Employment[]employee
stringjob_title
stringpay_rate
numbereffective_date
stringfirst_name
Stringgroups
Arraylast_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringteam
UUIDwork_email
StringSupported Response Fields
display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringfirst_name
Stringlast_name
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
StringSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enumpay_group
UUIDpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringteam
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDremote_data
RemoteData[]path
stringdata
stringremote_id
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_currency
stringpay_group
stringeffective_date
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
StringSupported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhire_date
DateTime (ISO 8601)home_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDSupported Response Fields
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmobile_phone_number
Stringpersonal_email
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringethnicity
Enumfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)work_email
Stringhttps://api.merge.dev/api/hris/v1/employees/ignore/{model_id}
Ignores a specific row based on the model_id
in the url. These records will have their properties set to null, and will not be updated in future syncs. The "reason" and "message" fields in the request body will be stored for audit purposes.
model_id
UUIDreason
EnumGENERAL_CUSTOMER_REQUEST
, GDPR
, OTHER
.message
StringSupported POST Model Parameters
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhire_date
DateTime (ISO 8601)last_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDwork_email
Stringwork_location
UUIDSupported POST Model Parameters
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringusername
Stringwork_email
StringSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
display_full_name
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDpay_group
UUIDremote_created_at
DateTime (ISO 8601)remote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDAdditional POST Parameters
ethnicity
Stringintegration_params
ObjectBenefit_Seniority_Date
StringSeniority_Date
Stringbenefit_seniority_date
Stringdeduction_benefit_group
Stringdeductions_group
Stringearnings_group
Stringfederal_filing_status
Stringlocal_work_in_tax_resident_status
Stringresident_state_filing_status
Stringscheduled_hours
Stringseniority_date
Stringstate_filing_status
Stringwork_state_filing_status
Stringhttps://api.merge.dev/api/hris/v1/employees/meta/post
Returns metadata for Employee
POSTs.
Supported POST Model Parameters
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhire_date
DateTime (ISO 8601)last_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringstart_date
DateTime (ISO 8601)team
UUIDwork_email
Stringwork_location
UUIDSupported POST Model Parameters
date_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmobile_phone_number
Stringpersonal_email
Stringremote_id
Stringusername
Stringwork_email
StringSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayethnicity
Enumfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpay_group
UUIDpersonal_email
Stringremote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)team
UUIDtermination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
display_full_name
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringremote_id
Stringstart_date
DateTime (ISO 8601)work_email
Stringwork_location
UUIDSupported POST Model Parameters
company
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]id
stringremote_id
stringcreated_at
stringmodified_at
stringemployee
stringjob_title
stringpay_rate
numberpay_period
stringpay_frequency
stringpay_currency
stringpay_group
stringflsa_status
stringeffective_date
stringemployment_type
stringremote_was_deleted
booleanfield_mappings
objectremote_data
arrayfirst_name
Stringgender
Enumhome_location
UUIDlast_name
Stringmanager
UUIDpay_group
UUIDremote_created_at
DateTime (ISO 8601)remote_id
Stringssn
Stringstart_date
DateTime (ISO 8601)username
Stringwork_email
Stringwork_location
UUIDAdditional POST Parameters
ethnicity
Stringintegration_params
ObjectBenefit_Seniority_Date
StringSeniority_Date
Stringbenefit_seniority_date
Stringdeduction_benefit_group
Stringdeductions_group
Stringearnings_group
Stringfederal_filing_status
Stringlocal_work_in_tax_resident_status
Stringresident_state_filing_status
Stringscheduled_hours
Stringseniority_date
Stringstate_filing_status
Stringwork_state_filing_status
String