Close menu
Explore Plans
Mobile menu Close menu
BambooHR

Update employee information

This action updates one or more fields on an existing employee record, matched by work email.

Developer info

API endpoint slug
bamboo_hr.update_employee
Filter code method
BambooHr.updateEmployee.skip(string?: reason)
Runtime method
runAction("bamboo_hr.update_employee", {})

Action fields

Work email Text input > Other

Label
Work email
Helper text
The employee's work email address. Used to find the record to update.
Slug
work_email
Required
true
Can have default value
true
Filter code method
BambooHr.updateEmployee.setWorkEmail(string: work_email)

Department Text input > Other

Label
Department
Helper text
New department name.
Slug
department
Required
false
Can have default value
true
Filter code method
BambooHr.updateEmployee.setDepartment(string: department)

Job title Text input > Other

Label
Job title
Helper text
New job title.
Slug
job_title
Required
false
Can have default value
true
Filter code method
BambooHr.updateEmployee.setJobTitle(string: job_title)

Location Text input > Other

Label
Location
Helper text
New location.
Slug
location
Required
false
Can have default value
true
Filter code method
BambooHr.updateEmployee.setLocation(string: location)