Employee
object is used to represent any person who has been employed by a company. By default, it returns all employees. To filter for only active employees, set the employment_status
query parameter to ACTIVE
.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[]RemoteData
object is used to represent the full data pulled from the third-party API for an object.path
Stringdata
Anyhttps://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
String
Supported 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
String
Supported 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
stringflsa_status
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arrayhome_location
UUIDlast_name
Stringmanager
UUIDmarital_status
Enumpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUID
Supported 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
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
UUID
Supported 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_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
UUID
Supported 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
UUID
Supported 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
String
Supported 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
String
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
String
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported Response Fields
avatar
Stringcompany
UUIDdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployments
Employment[]remote_id
stringemployee
stringjob_title
stringeffective_date
stringemployment_type
stringfirst_name
Stringgender
Enumgroups
Arraylast_name
Stringmanager
UUIDmarital_status
Enummobile_phone_number
Stringpersonal_email
Stringpreferred_name
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstart_date
DateTime (ISO 8601)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported 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
UUID
Supported Response Fields
avatar
Stringdate_of_birth
DateTime (ISO 8601)display_full_name
Stringemployee_number
Stringemployment_status
Enumemployments
Employment[]employee
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)termination_date
DateTime (ISO 8601)work_email
Stringwork_location
UUID
Supported 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
String