v1
latestOpenAPI 3.1.02026-07-243113441.2 MBJobs and Compensations
Update a compensation
Compensations contain information on how much is paid out for a job. Jobs may have many compensations, but only one that is active. The current compensation is the one with the most recent effective_date.
Webhooks
- employee_job_compensation.updated: Fires when a compensation is successfully updated
scope: compensations:write
put/v1/compensations/{compensation_id}
Path parameters
compensation_idstring required
The UUID of the compensation
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
{
"version": "56d00c178bc7393b2a206ed6a86afcb4",
"rate": "70000.00",
"payment_unit": "Year",
"effective_date": "2023-01-01",
"title": "Software Engineer"
}Response
Successful