v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Job Owners

List job owners

Job owners are the recruiters, sourcers, and coordinators on a job's hiring team — the users who own sourcing, recruiting, and scheduling work for the role. Each row pairs one user with one job in one role; a user can hold multiple roles on the same job, and a job can have multiple users in each role. Filter to one parent with parent=job or parent=user plus ids, or narrow to a single role with type. Hiring managers are exposed on the separate /v3/job_hiring_managers endpoint.

get/v3/job_owners

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 owner rows for these Greenhouse user ids (the users assigned as sourcer, recruiter, or coordinator on a job).

job_idsinteger[]

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

fieldsstring[]

Comma separated list of fields to return

type'sourcer' | 'recruiter' | 'coordinator'

Restrict to hiring-team assignments of this role. One of sourcer, recruiter, or coordinator. Hiring managers are not returned here — list them via GET /v3/job_hiring_managers.

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
job_idinteger

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

user_idinteger

Id of the user assigned to the job in this role. References a /v3/users row. The same user can hold multiple roles on the same job; each role is a separate row.

type'sourcer' | 'recruiter' | 'coordinator'

Hiring-team role this user holds on the job. One of sourcer, recruiter, or coordinator. Hiring managers are exposed on the separate /v3/job_hiring_managers endpoint.

responsibleboolean

If true, this user is the responsible recruiter or coordinator for the job — the default assignee for new applications created against this job. Always false for sourcer rows, which do not carry candidate responsibility.