improved
Added functionality to fetch employees of a company by UUIDs, and prepare a payroll by employee UUIDs
5 days ago by Gusto Developer Relations
Updated GET /v1/companies/{company_id}/employees to let you fetch a company's employees by their UUIDs. Added functionality to PUT /v1/companies/{company_id}/payrolls/{payroll_id}/prepare to accept a list of employee UUIDs such that only those employee compensations will be prepared for update.