v1
latestOpenAPI 3.1.02026-07-243113441.2 MBJobs and Compensations
Create a job
Create a job.
scope: jobs:write
post/v1/employees/{employee_id}/jobs
Path parameters
employee_idstring required
The UUID of the employee
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"title": "Regional Manager",
"hire_date": "2020-12-21"
}Response
created a primary job with a null title