v1
latestOpenAPI 3.1.02026-07-243113441.2 MBCompanies
Update a company
Update a company.
scope: companies:write
put/v1/companies/{company_id}
Path parameters
company_idstring required
The UUID of the company
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
Response
Successful
Example response
{
"compensations": {
"hourly": [
{
"name": "Overtime",
"multiple": 1.5
}
],
"fixed": [
{
"name": "Bonus"
}
],
"paid_time_off": [
{
"name": "Vacation Hours"
}
]
}
}