Jobs
Create Job
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
application/json
Custom Unified Fields configured in your StackOne project
Example:
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
Code of the job
Example:
"184919"
Title of the job
Example:
"Software Engineer"
Status of the job
Example:
"archived"
Status of the job
Department ids of the job
Example:
["308570", "308571", "308572"]
Location ids of the job
Example:
["668570", "678571", "688572"]
Hiring team for the job.
Interview stages for the job.
Confidential status of the job
Available options:
true
, false
The job custom fields
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Was this page helpful?