v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployees
Get an employee
Get an employee.
Note: Compensation data (pay rate, payment unit, and related fields) represents sensitive employee pay information. When retrieving employee job data, these fields (rate, payment_unit, current_compensation_uuid, compensations) are only returned when the compensations:read scope is included. This allows you to access employee and job metadata without exposing pay rates.
scope: employees:read
get/v1/employees/{employee_id}
Path parameters
employee_idstring required
The UUID of the employee
Query parameters
includestring[]
Include the requested attribute(s) in each employee response. Multiple options are comma separated.
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.
Response
successful
Example response
{
"eligible_paid_time_off": [
{
"accrual_unit": "Hour",
"accrual_method": "unlimited",
"accrual_period": "Year"
}
]
}