v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Job Hiring Managers

List job hiring managers

Job hiring managers are users designated as hiring managers on a job — typically the subject-matter expert for the role who reviews candidates in the Hiring Manager Review stage and receives notifications about new applicants. Each row pairs one user with one job; a job can have multiple hiring managers, and the same user can hold the role on multiple jobs. Filter to one parent with parent=job or parent=user plus ids.

get/v3/job_hiring_managers

Query parameters

cursorstring

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

per_pageinteger

Number of results per page

idsinteger[]

Comma separated list

gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
user_idsinteger[]

Return only job hiring manager rows for these Greenhouse user ids (the users serving in the hiring-manager role on a job).

job_idsinteger[]

Return only job hiring manager rows for these job (hiring plan) ids.

fieldsstring[]

Comma separated list of fields to return

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
user_idinteger

Id of the user designated as a hiring manager on the job. References a /v3/users row. The same user can be a hiring manager on multiple jobs.

job_idinteger

Id of the job this hiring-manager assignment belongs to. References a /v3/jobs row.