update_hr_profile
Update HR profile fields for a user by providing their sys_id and the field values to change.
Instructions
Update HR profile fields for a user (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | HR profile fields to update (e.g., {"department": "Engineering"}) | |
| user_sys_id | Yes | sys_id of the user whose profile to update |