Update User Info
Allow customer to update user's information.
put
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
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
put
/update-user-infoLast updated