Jobs API - Expose hiringManagerId on position endpoints
July 14th, 2026
Description
The hiringManagerId field is now exposed on job position endpoints. This field contains the employee ID of the hiring team member who has the Hiring Manager role assigned to a particular position.
The field is supported across the following operations:
- Read:
hiringManagerIdis returned in the response of both the get single position and get all positions endpoints. - Create:
hiringManagerIdcan be provided when creating a new position. The provided employee must be a member of the job's hiring team with theHIRING_MANAGERrole assigned; otherwise an error is returned. - Update:
hiringManagerIdcan be provided when updating an existing position. The same validation applies — the employee must be a hiring team member with theHIRING_MANAGERrole on that job.
Impact
This enhancement is backwards-compatible. The hiringManagerId field is optional — existing integrations that do not use it are unaffected.