add_job_recruiter_owner
Add a single recruiter owner to a job hiring team, with preview support and candidate reassignment controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The Greenhouse job ID | |
| 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. | |
| user_id | Yes | Greenhouse user ID to add as a recruiter owner | |
| on_behalf_of_user_id | Yes | Greenhouse user ID to send with this write. | |
| confirm_hiring_team_change | Yes | Must be true to execute a hiring-team write. | |
| allow_candidate_reassignment | No | Must be true if any responsibility flag is set to true. | |
| responsible_for_active_candidates | No | Whether this recruiter should become responsible for active candidates. | |
| responsible_for_future_candidates | No | Whether this recruiter should become responsible for future candidates. | |
| responsible_for_inactive_candidates | No | Whether this recruiter should become responsible for inactive candidates. |