update-employee
Update employee details in BambooHR by submitting an employee ID and a JSON payload of new field values. Field changes respect environment-configured allowed fields.
Instructions
Update employee information. Fields may be restricted by BAMBOO_UPDATE_ALLOWED_FIELDS env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | Yes | The employee ID (numeric) | |
| fieldsJson | Yes | JSON string mapping field names to new values, e.g. '{"mobilePhone": "555-1234"}' |