v1
latestOpenAPI 3.1.02026-07-243113441.2 MBCompany Benefits
Get all employee benefits for a company benefit
Employee benefits represent an employee enrolled in a particular company benefit. It includes information specific to that employee's enrollment.
Returns an array of all employee benefits enrolled for this company benefit.
Benefits containing PHI are only visible to applications with the employee_benefits:read:phi scope.
scope: employee_benefits:read
get/v1/company_benefits/{company_benefit_id}/employee_benefits
Path parameters
company_benefit_idstring required
The UUID of the company benefit
Query parameters
pageinteger
The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
perinteger
Number of objects per page. For majority of endpoints will default to 25
include'all_benefits'
Available options:
- all_benefits: Include all effective dated benefits for each employee instead of only the current benefits.
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
Success