update_hr_profile
Update HR profile fields for a user in ServiceNow, modifying information like department or other employee details.
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"}) |