v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Pay Schedules

Get pay schedule assignments for a company

This endpoint returns the current pay schedule assignment for a company, with pay schedule and employee/department mappings depending on the pay schedule type.

scope: pay_schedules:read

get/v1/companies/{company_id}/pay_schedules/assignments

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.

Response

Example response

type'single' | 'hourly_salaried' | 'by_employee' | 'by_department' nullable

The pay schedule assignment type.

hourly_pay_schedule_uuidstring nullable

Pay schedule for hourly employees.

salaried_pay_schedule_uuidstring nullable

Pay schedule for salaried employees.

default_pay_schedule_uuidstring nullable

Default pay schedule for employees.