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