update_application_assignment
Safely update application recruiter and/or coordinator assignment in Greenhouse. This tool refuses assignments to users who are not active hiring-team members on the current job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The application ID to update | |
| reason | Yes | Human-readable audit reason for this change. Must be at least 12 characters. | |
| dry_run | No | When true, validate and preview the change without sending a write request. | |
| recruiter_id | No | New recruiter Greenhouse user ID. Must already be an active recruiter owner on the job. | |
| coordinator_id | No | New coordinator Greenhouse user ID. Must already be an active coordinator owner on the job. | |
| on_behalf_of_user_id | Yes | Greenhouse user ID to send with this write. | |
| confirm_assignment_change | Yes | Must be true to execute an assignment write. |