update_hr_profile
Update a user's HR profile fields, such as department or job title, by supplying their sys_id and the field-value pairs 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 |