The user object
represents a staff's information the user object is returned by the create or update user information endpoints object parameters name \<font color="#a7b4c3">string\</font> the staff's full name role \<font color="#a7b4c3">string\</font> the staff's role in marco valid values staff, manager, manager & staff, intern system email \<font color="#a7b4c3">string\</font> the staff's email, used to log into marco id \<font color="#a7b4c3">integer\</font> the staff's unique identifier in marco example 99 country \<font color="#a7b4c3">string\</font> the staff's current country, stored as an iso alpha 2 code https //www iban com/country codes example jp status \<font color="#a7b4c3">string\</font> the staff's job status valid values inactive, onboarding, probation, regular, offboarded offboarding reason \<font color="#a7b4c3">string\</font> the staff's offboarding reason valid values involuntary, voluntary birthdate \<font color="#a7b4c3">string\</font> the staff's date of birth, stored as yyyy mm dd example 1980 01 31 gender \<font color="#a7b4c3">string\</font> the staff's gender valid values female, male highest education \<font color="#a7b4c3">string\</font> the staff's highest education nationality \<font color="#a7b4c3">string\</font> the staff's nationality, stored as the country's iso alpha 2 code https //www iban com/country codes personal email \<font color="#a7b4c3">string\</font> the staff's personal email phone \<font color="#a7b4c3">string\</font> the staff's phone number includes the country code emergency name \<font color="#a7b4c3">string\</font> the name of the staff's emergency contact emergency email \<font color="#a7b4c3">string\</font> the email belonging to the staff's emergency contact emergency phone \<font color="#a7b4c3">string\</font> the phone number belonging to the staff's emergency contact includes the country code emergency relationship \<font color="#a7b4c3">string\</font> the staff's relationship to the emergency contact example husband passport number \<font color="#a7b4c3">string\</font> the staff's passport number passport issue date \<font color="#a7b4c3">string\</font> the staff's passport issue date, stored as yyyy mm dd passport issuing country \<font color="#a7b4c3">string\</font> the staff's passport issuing country, stored as an iso alpha 2 code https //www iban com/country codes passport expiry date \<font color="#a7b4c3">string\</font> the staff's passport expiry date, stored as yyyy mm dd reporting officer \<font color="#a7b4c3">string\</font> the staff's reporting manager job title \<font color="#a7b4c3">string\</font> the staff's job title example hr manager location \<font color="#a7b4c3">string\</font> the staff's work location staff type \<font color="#a7b4c3">string\</font> the staff's service type valid values system, payroll, hro, eor work email \<font color="#a7b4c3">string\</font> the staff's work email ec entity \<font color="#a7b4c3">string\</font> the business entity that holds the employment relationship with the staff ec type \<font color="#a7b4c3">string\</font> the staff's employment contract type valid values fixed term, indefinite ec vendor \<font color="#a7b4c3">string\</font> the vendor that employs the staff applies to eor staff only job start date \<font color="#a7b4c3">string\</font> the staff's job start date, stored as yyyy mm dd probation end date \<font color="#a7b4c3">string\</font> the staff's probation end date, stored as yyyy mm dd ec start date \<font color="#a7b4c3">string\</font> the start date for the staff's employment contract, stored as yyyy mm dd this may differ from the job start date if multiple contracts have been signed in succession ec end date \<font color="#a7b4c3">string\</font> the end date for the staff's employment contract, stored as yyyy mm dd last working day \<font color="#a7b4c3">string\</font> the staff's last working day, stored as yyyy mm dd host country \<font color="#a7b4c3">string\</font> the staff's host country, stored as an iso alpha 2 code https //www iban com/country codes applies to expat staff only host staff type \<font color="#a7b4c3">string\</font> the staff's service type in the host country applies to expat staff only valid values system, payroll, hro, eor host ec entity \<font color="#a7b4c3">string\</font> the business entity that holds the employment relationship with the staff in the host country applies to expat staff only host ec vendor \<font color="#a7b4c3">string\</font> the vendor that employs the staff in the host country applies to expat eor staff only host ec type \<font color="#a7b4c3">string\</font> the staff's employment contract type in the host country applies to expat staff only valid values fixed term, indefinite host ec start date \<font color="#a7b4c3">string\</font> the start date for the staff's employment contract in the host country, stored as yyyy mm dd applies to expat staff only host ec end date \<font color="#a7b4c3">string\</font> the end date for the staff's employment contract in the host country, stored as yyyy mm dd applies to expat staff only job scope \<font color="#a7b4c3">string\</font> the job scope for the staff customer system id \<font color="#a7b4c3">string\</font> the staff's unique identifier in your company's system example the user object { "name" "li lei", "role" "staff", "system email" "lilei\@mail com", "id" 1348, "country" "cn", "status" "regular", "offboarding reason" "", "birthdate" "", "gender" "male", "highest education" "university", "nationality" "cn", "personal email" "ll\@mail com", "phone" "8617623453456", "emergency name" "han meimei", "emergency email" "hmm\@mail com", "emergency phone" "8618876546789", "emergency relationship" "mother", "passport number" "eg8213789", "passpost issue date" "", "passport issuing country" "", "passport expiry date" "", "reporting officer" "tuan tuan", "job title" "product manager", "location" "beijing", "staff type" "payroll", "work email" "lilei\@mail com", "ec entity" "", "ec type" "fixed term", "ec vendor" "", "job start date" "2020 01 31", "probation end date" "2020 07 01", "ec start date" "2020 01 31", "ec end date" "2025 07 01", "last working day" null, "host country" "", "host staff type" "", "host ec entity" "", "host ec vendor" "", "host ec type" "", "host ec start date" "", "host ec end date" "", "job scope" "", "customer system id" "50", },