Creates a Job object with the given values.
Greenhouse
When the underlying ATS is Greenhouse, a job can be created using a payload like:
remote_user_id, departments, offices) should be the Bindbee model IDs returned from the respective unified endpoints, not raw Greenhouse IDs.template_idraw_data of each job, look for entries where is_template is true.id or remote_id from that record as the template_id when creating a job.departments, you should send at most one department ID for Greenhouse.offices array.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the job.
"SOFTWARE ENGINEER"
A detailed description of the job.
"We are looking for a software engineer to join our team."
The internal or external code that identifies the job.
"SE-2021-01"
The current status of the job posting. If the value is not one of the defined enum values, the original value passed through will be returned.
OPEN, CLOSED, DRAFT, ARCHIVED, PENDING, - "OPEN"
A list of URLs where the job is posted.
"https://www.company.com/careers/software-engineer"
Whether the job posting is confidential.
false
A list of department identifiers associated with the job.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
A list of office identifiers where the job is located.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
A list of identifiers for hiring managers associated with the job.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
A list of identifiers for recruiters associated with the job.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The template id associated with the job.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The remote user's id who is creating the job.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
Number of openings for the job.
3
Successful Response