v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Job Hiring Managers

Create job hiring manager

Assign a user as a hiring manager on a job. The user must already exist in your organization and have permissions on the job; assigning a hiring manager is the V3 replacement for the V1 PUT /jobs/{id}/hiring_team flow for the hiring-manager role. To remove a hiring manager, call DELETE /v3/job_hiring_managers/{id} with the row id returned here.

post/v3/job_hiring_managers

Request body

job_idinteger required

Id of the job to assign the hiring manager to. Must belong to your organization.

user_idinteger required

Id of the user to assign as a hiring manager on the job. The user must already exist in your organization.

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.