Update User Info

Allow customer to update user's information.

  • unique_identifer: Choose either email/staff_id as unique identifier.

put

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required

marco system customer id

emailstring · emailOptional
birthdatestring · date | nullableOptional
genderstring | nullableRequired
highest_educationstringOptional
nationalitystring | nullableRequired
personal_emailstringOptional
phonestringOptional
phone_countrystringOptional
emergency_emailstringOptional
emergency_namestringOptional
emergency_phonestringOptional
emergency_phone_countrystringOptional
emergency_relationshipstringOptional
staff_idstringOptional
resumestring · binary | nullableOptional
namestringOptional
job_start_datestring · date | nullableOptional
probation_end_datestring · date | nullableOptional
last_working_datestring · date | nullableOptional
offboarding_reasonstringOptional
unique_identifierstring | nullableRequired
Responses
chevron-right
200

Success!

application/json
put
/update-user-info

Last updated