@gusto/embedded-react-sdk 0.51.0 → 0.51.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/components/Base/useBaseSubmit.js +4 -4
- package/dist/components/Base/useBaseSubmit.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.d.ts +8 -1
- package/dist/components/Common/DocumentList/DocumentList.js +24 -21
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/OnboardingStatusBadge/index.d.ts +2 -2
- package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
- package/dist/components/Common/TaxInputs/TaxInputs.d.ts +2 -2
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +5 -5
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +9 -8
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +3 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +9 -8
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +11 -10
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +9 -8
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +9 -8
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +3 -3
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +1 -1
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +12 -11
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +12 -11
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Industry.js +2 -2
- package/dist/components/Company/Industry/Industry.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +7 -7
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +46 -45
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +9 -8
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +9 -8
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +9 -8
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +2 -2
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +6 -6
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +2 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +9 -8
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +9 -8
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.d.ts +2 -2
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js +3 -3
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +1 -1
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.d.ts +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.d.ts +3 -1
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js +64 -51
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.d.ts +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js +201 -161
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.d.ts +2 -2
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js +3 -3
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.d.ts +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js +55 -54
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js.map +1 -1
- package/dist/components/Contractor/Landing/Landing.js +2 -2
- package/dist/components/Contractor/Landing/Landing.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +2 -2
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js +2 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js +2 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +5 -5
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +4 -4
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +3 -3
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +4 -4
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js +1 -1
- package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js.map +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.d.ts +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js +3 -3
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +3 -3
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +2 -2
- package/dist/components/Employee/Compensation/onboarding/Compensation.js +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.d.ts +2 -2
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +2 -2
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.d.ts +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.d.ts +2 -2
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +3 -3
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +7 -7
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +3 -3
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +7 -7
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -1
- package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +2 -2
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +5 -5
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +3 -3
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js +2 -2
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentManager.js +2 -2
- package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +9 -8
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +2 -2
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js +3 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js +2 -2
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js +3 -3
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.d.ts +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +2 -2
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +3 -3
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +2 -2
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +2 -2
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +4 -4
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +3 -3
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.d.ts +1 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js +3 -3
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +5 -5
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +4 -4
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +2 -2
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +5 -5
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +2 -2
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +9 -9
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +4 -4
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +2 -2
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +3 -3
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +4 -4
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +2 -2
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +3 -3
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +4 -4
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +8 -7
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +4 -4
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +4 -4
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +2 -2
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +7 -7
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +5 -5
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +4 -4
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +5 -5
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +3 -3
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -4
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +2 -2
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +2 -2
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +4 -4
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +2 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +2 -2
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +8 -8
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -3
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +7 -7
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +4 -4
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +2 -2
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +2 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +4 -4
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +3 -3
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
- package/dist/components/Payroll/helpers.d.ts +6 -6
- package/dist/components/Payroll/helpers.js +1 -1
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/payrollTypes.js +1 -1
- package/dist/components/Payroll/payrollTypes.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +2 -2
- package/dist/components/Payroll/usePreparedPayrollData.js +16 -15
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js +3 -3
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +3 -3
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +3 -3
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyList.js +6 -6
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js +30 -29
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +27 -26
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +2 -2
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +69 -68
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +3 -3
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +67 -66
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/contexts/ApiProvider/ApiProvider.js +3 -3
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ApiProvider/apiVersion.d.ts +23 -0
- package/dist/contexts/ApiProvider/apiVersion.js +6 -0
- package/dist/contexts/ApiProvider/apiVersion.js.map +1 -0
- package/dist/contexts/ApiProvider/apiVersionHook.js +3 -2
- package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.js +7 -6
- package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -1
- package/dist/helpers/apiErrorToList.d.ts +1 -1
- package/dist/helpers/apiErrorToList.js.map +1 -1
- package/dist/helpers/formattedStrings.d.ts +2 -2
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.d.ts +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -1
- package/dist/i18n/en/Contractor.DocumentsList.json.js +20 -16
- package/dist/i18n/en/Contractor.DocumentsList.json.js.map +1 -1
- package/dist/i18n/types.d.ts +4 -0
- package/dist/models/external.d.ts +204 -204
- package/dist/shared/constants.d.ts +1 -1
- package/dist/shared/constants.js +2 -2
- package/dist/shared/constants.js.map +1 -1
- package/dist/types/hooks.d.ts +1 -1
- package/dist/types/sdkError.js +3 -3
- package/dist/types/sdkError.js.map +1 -1
- package/docs/guides/endpoint-inventory.json +1201 -297
- package/package.json +7 -7
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"endpoints": [
|
|
5
5
|
{
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
7
|
+
"path": "/v1/companies/:companyUuid/information_requests",
|
|
8
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-information-requests"
|
|
8
9
|
},
|
|
9
10
|
{
|
|
10
11
|
"method": "PUT",
|
|
@@ -20,7 +21,8 @@
|
|
|
20
21
|
"endpoints": [
|
|
21
22
|
{
|
|
22
23
|
"method": "GET",
|
|
23
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
24
|
+
"path": "/v1/companies/:companyUuid/information_requests",
|
|
25
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-information-requests"
|
|
24
26
|
}
|
|
25
27
|
],
|
|
26
28
|
"variables": [
|
|
@@ -31,7 +33,8 @@
|
|
|
31
33
|
"endpoints": [
|
|
32
34
|
{
|
|
33
35
|
"method": "GET",
|
|
34
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
36
|
+
"path": "/v1/companies/:companyUuid/information_requests",
|
|
37
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-information-requests"
|
|
35
38
|
},
|
|
36
39
|
{
|
|
37
40
|
"method": "PUT",
|
|
@@ -47,39 +50,48 @@
|
|
|
47
50
|
"endpoints": [
|
|
48
51
|
{
|
|
49
52
|
"method": "GET",
|
|
50
|
-
"path": "/v1/companies/:companyId/employees"
|
|
53
|
+
"path": "/v1/companies/:companyId/employees",
|
|
54
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
51
55
|
},
|
|
52
56
|
{
|
|
53
57
|
"method": "GET",
|
|
54
|
-
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
58
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId",
|
|
59
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules-pay_schedule_id"
|
|
55
60
|
},
|
|
56
61
|
{
|
|
57
62
|
"method": "GET",
|
|
58
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
63
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
64
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
59
65
|
},
|
|
60
66
|
{
|
|
61
67
|
"method": "PUT",
|
|
62
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
68
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
69
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-payrolls"
|
|
63
70
|
},
|
|
64
71
|
{
|
|
65
72
|
"method": "PUT",
|
|
66
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/calculate"
|
|
73
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/calculate",
|
|
74
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-payrolls-payroll_id-calculate"
|
|
67
75
|
},
|
|
68
76
|
{
|
|
69
77
|
"method": "PUT",
|
|
70
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
78
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare",
|
|
79
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-payrolls-payroll_id-prepare"
|
|
71
80
|
},
|
|
72
81
|
{
|
|
73
82
|
"method": "GET",
|
|
74
|
-
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
83
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers",
|
|
84
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-payroll-blockers-company_uuid"
|
|
75
85
|
},
|
|
76
86
|
{
|
|
77
87
|
"method": "GET",
|
|
78
|
-
"path": "/v1/employees/:employeeId"
|
|
88
|
+
"path": "/v1/employees/:employeeId",
|
|
89
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
79
90
|
},
|
|
80
91
|
{
|
|
81
92
|
"method": "POST",
|
|
82
|
-
"path": "/v1/payrolls/:payrollUuid/gross_up"
|
|
93
|
+
"path": "/v1/payrolls/:payrollUuid/gross_up",
|
|
94
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-payrolls-gross-up-payroll_uuid"
|
|
83
95
|
}
|
|
84
96
|
],
|
|
85
97
|
"variables": [
|
|
@@ -95,23 +107,28 @@
|
|
|
95
107
|
"endpoints": [
|
|
96
108
|
{
|
|
97
109
|
"method": "GET",
|
|
98
|
-
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
110
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId",
|
|
111
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules-pay_schedule_id"
|
|
99
112
|
},
|
|
100
113
|
{
|
|
101
114
|
"method": "PUT",
|
|
102
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
115
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
116
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-payrolls"
|
|
103
117
|
},
|
|
104
118
|
{
|
|
105
119
|
"method": "PUT",
|
|
106
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare"
|
|
120
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/prepare",
|
|
121
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-payrolls-payroll_id-prepare"
|
|
107
122
|
},
|
|
108
123
|
{
|
|
109
124
|
"method": "GET",
|
|
110
|
-
"path": "/v1/employees/:employeeId"
|
|
125
|
+
"path": "/v1/employees/:employeeId",
|
|
126
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
111
127
|
},
|
|
112
128
|
{
|
|
113
129
|
"method": "GET",
|
|
114
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
130
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
131
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-bank_accounts"
|
|
115
132
|
}
|
|
116
133
|
],
|
|
117
134
|
"variables": [
|
|
@@ -125,15 +142,18 @@
|
|
|
125
142
|
"endpoints": [
|
|
126
143
|
{
|
|
127
144
|
"method": "GET",
|
|
128
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
145
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
146
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls"
|
|
129
147
|
},
|
|
130
148
|
{
|
|
131
149
|
"method": "PUT",
|
|
132
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel"
|
|
150
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel",
|
|
151
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-api-v1-companies-company_id-payrolls-payroll_id-cancel"
|
|
133
152
|
},
|
|
134
153
|
{
|
|
135
154
|
"method": "GET",
|
|
136
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
155
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests",
|
|
156
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-companies-company_uuid-wire_in_request_uuid"
|
|
137
157
|
}
|
|
138
158
|
],
|
|
139
159
|
"variables": [
|
|
@@ -146,23 +166,28 @@
|
|
|
146
166
|
"endpoints": [
|
|
147
167
|
{
|
|
148
168
|
"method": "GET",
|
|
149
|
-
"path": "/v1/companies/:companyId/pay_periods"
|
|
169
|
+
"path": "/v1/companies/:companyId/pay_periods",
|
|
170
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_periods"
|
|
150
171
|
},
|
|
151
172
|
{
|
|
152
173
|
"method": "GET",
|
|
153
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
174
|
+
"path": "/v1/companies/:companyId/pay_schedules",
|
|
175
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules"
|
|
154
176
|
},
|
|
155
177
|
{
|
|
156
178
|
"method": "GET",
|
|
157
|
-
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
179
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers",
|
|
180
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-payroll-blockers-company_uuid"
|
|
158
181
|
},
|
|
159
182
|
{
|
|
160
183
|
"method": "POST",
|
|
161
|
-
"path": "/v1/companies/:companyUuid/payrolls/skip"
|
|
184
|
+
"path": "/v1/companies/:companyUuid/payrolls/skip",
|
|
185
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-companies-payroll-skip-company_uuid"
|
|
162
186
|
},
|
|
163
187
|
{
|
|
164
188
|
"method": "GET",
|
|
165
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
189
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests",
|
|
190
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-companies-company_uuid-wire_in_request_uuid"
|
|
166
191
|
}
|
|
167
192
|
],
|
|
168
193
|
"variables": [
|
|
@@ -174,31 +199,38 @@
|
|
|
174
199
|
"endpoints": [
|
|
175
200
|
{
|
|
176
201
|
"method": "GET",
|
|
177
|
-
"path": "/v1/companies/:companyId/pay_periods"
|
|
202
|
+
"path": "/v1/companies/:companyId/pay_periods",
|
|
203
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_periods"
|
|
178
204
|
},
|
|
179
205
|
{
|
|
180
206
|
"method": "GET",
|
|
181
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
207
|
+
"path": "/v1/companies/:companyId/pay_schedules",
|
|
208
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules"
|
|
182
209
|
},
|
|
183
210
|
{
|
|
184
211
|
"method": "GET",
|
|
185
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
212
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
213
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls"
|
|
186
214
|
},
|
|
187
215
|
{
|
|
188
216
|
"method": "DELETE",
|
|
189
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
217
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
218
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-companies-company_id-payrolls"
|
|
190
219
|
},
|
|
191
220
|
{
|
|
192
221
|
"method": "GET",
|
|
193
|
-
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
222
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers",
|
|
223
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-payroll-blockers-company_uuid"
|
|
194
224
|
},
|
|
195
225
|
{
|
|
196
226
|
"method": "POST",
|
|
197
|
-
"path": "/v1/companies/:companyUuid/payrolls/skip"
|
|
227
|
+
"path": "/v1/companies/:companyUuid/payrolls/skip",
|
|
228
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-companies-payroll-skip-company_uuid"
|
|
198
229
|
},
|
|
199
230
|
{
|
|
200
231
|
"method": "GET",
|
|
201
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
232
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests",
|
|
233
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-companies-company_uuid-wire_in_request_uuid"
|
|
202
234
|
}
|
|
203
235
|
],
|
|
204
236
|
"variables": [
|
|
@@ -211,31 +243,38 @@
|
|
|
211
243
|
"endpoints": [
|
|
212
244
|
{
|
|
213
245
|
"method": "GET",
|
|
214
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
246
|
+
"path": "/v1/companies/:companyId/bank_accounts",
|
|
247
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-bank-accounts"
|
|
215
248
|
},
|
|
216
249
|
{
|
|
217
250
|
"method": "GET",
|
|
218
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
251
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
252
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
219
253
|
},
|
|
220
254
|
{
|
|
221
255
|
"method": "PUT",
|
|
222
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel"
|
|
256
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/cancel",
|
|
257
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-api-v1-companies-company_id-payrolls-payroll_id-cancel"
|
|
223
258
|
},
|
|
224
259
|
{
|
|
225
260
|
"method": "PUT",
|
|
226
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit"
|
|
261
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId/submit",
|
|
262
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-payrolls-payroll_id-submit"
|
|
227
263
|
},
|
|
228
264
|
{
|
|
229
265
|
"method": "GET",
|
|
230
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
266
|
+
"path": "/v1/companies/:companyUuid/payment_configs",
|
|
267
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-payment-configs"
|
|
231
268
|
},
|
|
232
269
|
{
|
|
233
270
|
"method": "GET",
|
|
234
|
-
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
271
|
+
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub",
|
|
272
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-payrolls-payroll_uuid-employees-employee_uuid-pay_stub"
|
|
235
273
|
},
|
|
236
274
|
{
|
|
237
275
|
"method": "GET",
|
|
238
|
-
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
276
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid",
|
|
277
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-wire_in_requests-wire_in_request_uuid"
|
|
239
278
|
}
|
|
240
279
|
],
|
|
241
280
|
"variables": [
|
|
@@ -250,11 +289,13 @@
|
|
|
250
289
|
"endpoints": [
|
|
251
290
|
{
|
|
252
291
|
"method": "GET",
|
|
253
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
292
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
293
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls"
|
|
254
294
|
},
|
|
255
295
|
{
|
|
256
296
|
"method": "GET",
|
|
257
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
297
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
298
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
258
299
|
}
|
|
259
300
|
],
|
|
260
301
|
"variables": [
|
|
@@ -266,7 +307,8 @@
|
|
|
266
307
|
"endpoints": [
|
|
267
308
|
{
|
|
268
309
|
"method": "GET",
|
|
269
|
-
"path": "/v1/payrolls/:payrollUuid/receipt"
|
|
310
|
+
"path": "/v1/payrolls/:payrollUuid/receipt",
|
|
311
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-payment-receipts-payrolls-payroll_uuid"
|
|
270
312
|
}
|
|
271
313
|
],
|
|
272
314
|
"variables": [
|
|
@@ -277,19 +319,23 @@
|
|
|
277
319
|
"endpoints": [
|
|
278
320
|
{
|
|
279
321
|
"method": "GET",
|
|
280
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
322
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
323
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls"
|
|
281
324
|
},
|
|
282
325
|
{
|
|
283
326
|
"method": "GET",
|
|
284
|
-
"path": "/v1/companies/:companyUuid/wire_in_requests"
|
|
327
|
+
"path": "/v1/companies/:companyUuid/wire_in_requests",
|
|
328
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-companies-company_uuid-wire_in_request_uuid"
|
|
285
329
|
},
|
|
286
330
|
{
|
|
287
331
|
"method": "GET",
|
|
288
|
-
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
332
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid",
|
|
333
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-wire_in_requests-wire_in_request_uuid"
|
|
289
334
|
},
|
|
290
335
|
{
|
|
291
336
|
"method": "PUT",
|
|
292
|
-
"path": "/v1/wire_in_requests/:wireInRequestUuid"
|
|
337
|
+
"path": "/v1/wire_in_requests/:wireInRequestUuid",
|
|
338
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-wire_in_requests-wire_in_request_uuid"
|
|
293
339
|
}
|
|
294
340
|
],
|
|
295
341
|
"variables": [
|
|
@@ -302,15 +348,18 @@
|
|
|
302
348
|
"endpoints": [
|
|
303
349
|
{
|
|
304
350
|
"method": "GET",
|
|
305
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
351
|
+
"path": "/v1/companies/:companyUuid/information_requests",
|
|
352
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-information-requests"
|
|
306
353
|
},
|
|
307
354
|
{
|
|
308
355
|
"method": "GET",
|
|
309
|
-
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
356
|
+
"path": "/v1/companies/:companyUuid/payrolls/blockers",
|
|
357
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-payroll-blockers-company_uuid"
|
|
310
358
|
},
|
|
311
359
|
{
|
|
312
360
|
"method": "GET",
|
|
313
|
-
"path": "/v1/companies/:companyUuid/recovery_cases"
|
|
361
|
+
"path": "/v1/companies/:companyUuid/recovery_cases",
|
|
362
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-recovery-cases"
|
|
314
363
|
}
|
|
315
364
|
],
|
|
316
365
|
"variables": [
|
|
@@ -321,11 +370,13 @@
|
|
|
321
370
|
"endpoints": [
|
|
322
371
|
{
|
|
323
372
|
"method": "GET",
|
|
324
|
-
"path": "/v1/companies/:companyUuid/recovery_cases"
|
|
373
|
+
"path": "/v1/companies/:companyUuid/recovery_cases",
|
|
374
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-recovery-cases"
|
|
325
375
|
},
|
|
326
376
|
{
|
|
327
377
|
"method": "PUT",
|
|
328
|
-
"path": "/v1/recovery_cases/:recoveryCaseUuid/redebit"
|
|
378
|
+
"path": "/v1/recovery_cases/:recoveryCaseUuid/redebit",
|
|
379
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/redebit-recovery-case"
|
|
329
380
|
}
|
|
330
381
|
],
|
|
331
382
|
"variables": [
|
|
@@ -337,15 +388,18 @@
|
|
|
337
388
|
"endpoints": [
|
|
338
389
|
{
|
|
339
390
|
"method": "GET",
|
|
340
|
-
"path": "/v1/companies/:companyId/employees"
|
|
391
|
+
"path": "/v1/companies/:companyId/employees",
|
|
392
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
341
393
|
},
|
|
342
394
|
{
|
|
343
395
|
"method": "POST",
|
|
344
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
396
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
397
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-payrolls"
|
|
345
398
|
},
|
|
346
399
|
{
|
|
347
400
|
"method": "GET",
|
|
348
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
401
|
+
"path": "/v1/companies/:companyUuid/payment_configs",
|
|
402
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-payment-configs"
|
|
349
403
|
}
|
|
350
404
|
],
|
|
351
405
|
"variables": [
|
|
@@ -357,7 +411,8 @@
|
|
|
357
411
|
"endpoints": [
|
|
358
412
|
{
|
|
359
413
|
"method": "GET",
|
|
360
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
414
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
415
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
361
416
|
}
|
|
362
417
|
],
|
|
363
418
|
"variables": [
|
|
@@ -369,15 +424,18 @@
|
|
|
369
424
|
"endpoints": [
|
|
370
425
|
{
|
|
371
426
|
"method": "GET",
|
|
372
|
-
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
427
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods",
|
|
428
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-unprocessed_termination_pay_periods"
|
|
373
429
|
},
|
|
374
430
|
{
|
|
375
431
|
"method": "POST",
|
|
376
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
432
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
433
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-payrolls"
|
|
377
434
|
},
|
|
378
435
|
{
|
|
379
436
|
"method": "GET",
|
|
380
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
437
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
438
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
381
439
|
}
|
|
382
440
|
],
|
|
383
441
|
"variables": [
|
|
@@ -389,15 +447,18 @@
|
|
|
389
447
|
"endpoints": [
|
|
390
448
|
{
|
|
391
449
|
"method": "GET",
|
|
392
|
-
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
450
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods",
|
|
451
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-unprocessed_termination_pay_periods"
|
|
393
452
|
},
|
|
394
453
|
{
|
|
395
454
|
"method": "POST",
|
|
396
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
455
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
456
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-payrolls"
|
|
397
457
|
},
|
|
398
458
|
{
|
|
399
459
|
"method": "GET",
|
|
400
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
460
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
461
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
401
462
|
}
|
|
402
463
|
],
|
|
403
464
|
"variables": [
|
|
@@ -409,7 +470,8 @@
|
|
|
409
470
|
"endpoints": [
|
|
410
471
|
{
|
|
411
472
|
"method": "GET",
|
|
412
|
-
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
473
|
+
"path": "/v1/companies/:companyId/payrolls/:payrollId",
|
|
474
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls-payroll_id"
|
|
413
475
|
}
|
|
414
476
|
],
|
|
415
477
|
"variables": [
|
|
@@ -421,15 +483,18 @@
|
|
|
421
483
|
"endpoints": [
|
|
422
484
|
{
|
|
423
485
|
"method": "GET",
|
|
424
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
486
|
+
"path": "/v1/companies/:companyId/pay_schedules",
|
|
487
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules"
|
|
425
488
|
},
|
|
426
489
|
{
|
|
427
490
|
"method": "POST",
|
|
428
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
491
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
492
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-payrolls"
|
|
429
493
|
},
|
|
430
494
|
{
|
|
431
495
|
"method": "GET",
|
|
432
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
496
|
+
"path": "/v1/companies/:companyUuid/payment_configs",
|
|
497
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-payment-configs"
|
|
433
498
|
}
|
|
434
499
|
],
|
|
435
500
|
"variables": [
|
|
@@ -441,23 +506,28 @@
|
|
|
441
506
|
"endpoints": [
|
|
442
507
|
{
|
|
443
508
|
"method": "GET",
|
|
444
|
-
"path": "/v1/companies/:companyId/employees"
|
|
509
|
+
"path": "/v1/companies/:companyId/employees",
|
|
510
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
445
511
|
},
|
|
446
512
|
{
|
|
447
513
|
"method": "GET",
|
|
448
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
514
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
515
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
449
516
|
},
|
|
450
517
|
{
|
|
451
518
|
"method": "DELETE",
|
|
452
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
519
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
520
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-companies-company_uuid-holiday_pay_policy"
|
|
453
521
|
},
|
|
454
522
|
{
|
|
455
523
|
"method": "GET",
|
|
456
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
524
|
+
"path": "/v1/companies/:companyUuid/time_off_policies",
|
|
525
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-time_off_policies"
|
|
457
526
|
},
|
|
458
527
|
{
|
|
459
528
|
"method": "PUT",
|
|
460
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
|
|
529
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate",
|
|
530
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid-deactivate"
|
|
461
531
|
}
|
|
462
532
|
],
|
|
463
533
|
"variables": [
|
|
@@ -470,7 +540,8 @@
|
|
|
470
540
|
"endpoints": [
|
|
471
541
|
{
|
|
472
542
|
"method": "GET",
|
|
473
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
543
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
544
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
474
545
|
}
|
|
475
546
|
],
|
|
476
547
|
"variables": [
|
|
@@ -481,15 +552,18 @@
|
|
|
481
552
|
"endpoints": [
|
|
482
553
|
{
|
|
483
554
|
"method": "POST",
|
|
484
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
555
|
+
"path": "/v1/companies/:companyUuid/time_off_policies",
|
|
556
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_uuid-time_off_policies"
|
|
485
557
|
},
|
|
486
558
|
{
|
|
487
559
|
"method": "GET",
|
|
488
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
560
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
561
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-time_off_policies-time_off_policy_uuid"
|
|
489
562
|
},
|
|
490
563
|
{
|
|
491
564
|
"method": "PUT",
|
|
492
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
565
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
566
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid"
|
|
493
567
|
}
|
|
494
568
|
],
|
|
495
569
|
"variables": [
|
|
@@ -501,11 +575,13 @@
|
|
|
501
575
|
"endpoints": [
|
|
502
576
|
{
|
|
503
577
|
"method": "GET",
|
|
504
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
578
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
579
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-time_off_policies-time_off_policy_uuid"
|
|
505
580
|
},
|
|
506
581
|
{
|
|
507
582
|
"method": "PUT",
|
|
508
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
583
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
584
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid"
|
|
509
585
|
}
|
|
510
586
|
],
|
|
511
587
|
"variables": [
|
|
@@ -516,11 +592,13 @@
|
|
|
516
592
|
"endpoints": [
|
|
517
593
|
{
|
|
518
594
|
"method": "GET",
|
|
519
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
595
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
596
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-time_off_policies-time_off_policy_uuid"
|
|
520
597
|
},
|
|
521
598
|
{
|
|
522
599
|
"method": "PUT",
|
|
523
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
600
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
601
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid"
|
|
524
602
|
}
|
|
525
603
|
],
|
|
526
604
|
"variables": [
|
|
@@ -531,19 +609,23 @@
|
|
|
531
609
|
"endpoints": [
|
|
532
610
|
{
|
|
533
611
|
"method": "GET",
|
|
534
|
-
"path": "/v1/companies/:companyId/employees"
|
|
612
|
+
"path": "/v1/companies/:companyId/employees",
|
|
613
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
535
614
|
},
|
|
536
615
|
{
|
|
537
616
|
"method": "GET",
|
|
538
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
617
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
618
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-time_off_policies-time_off_policy_uuid"
|
|
539
619
|
},
|
|
540
620
|
{
|
|
541
621
|
"method": "PUT",
|
|
542
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
622
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
623
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid"
|
|
543
624
|
},
|
|
544
625
|
{
|
|
545
626
|
"method": "PUT",
|
|
546
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
627
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees",
|
|
628
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid-add_employees"
|
|
547
629
|
}
|
|
548
630
|
],
|
|
549
631
|
"variables": [
|
|
@@ -555,15 +637,18 @@
|
|
|
555
637
|
"endpoints": [
|
|
556
638
|
{
|
|
557
639
|
"method": "GET",
|
|
558
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
640
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
641
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
559
642
|
},
|
|
560
643
|
{
|
|
561
644
|
"method": "POST",
|
|
562
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
645
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
646
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_uuid-holiday_pay_policy"
|
|
563
647
|
},
|
|
564
648
|
{
|
|
565
649
|
"method": "PUT",
|
|
566
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
650
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
651
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-holiday_pay_policy"
|
|
567
652
|
}
|
|
568
653
|
],
|
|
569
654
|
"variables": [
|
|
@@ -574,15 +659,18 @@
|
|
|
574
659
|
"endpoints": [
|
|
575
660
|
{
|
|
576
661
|
"method": "GET",
|
|
577
|
-
"path": "/v1/companies/:companyId/employees"
|
|
662
|
+
"path": "/v1/companies/:companyId/employees",
|
|
663
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
578
664
|
},
|
|
579
665
|
{
|
|
580
666
|
"method": "GET",
|
|
581
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
667
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
668
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
582
669
|
},
|
|
583
670
|
{
|
|
584
671
|
"method": "PUT",
|
|
585
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
672
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add",
|
|
673
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-holiday_pay_policy-add"
|
|
586
674
|
}
|
|
587
675
|
],
|
|
588
676
|
"variables": [
|
|
@@ -594,15 +682,18 @@
|
|
|
594
682
|
"endpoints": [
|
|
595
683
|
{
|
|
596
684
|
"method": "GET",
|
|
597
|
-
"path": "/v1/companies/:companyId/employees"
|
|
685
|
+
"path": "/v1/companies/:companyId/employees",
|
|
686
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
598
687
|
},
|
|
599
688
|
{
|
|
600
689
|
"method": "GET",
|
|
601
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
690
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
691
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
602
692
|
},
|
|
603
693
|
{
|
|
604
694
|
"method": "PUT",
|
|
605
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
695
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove",
|
|
696
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-holiday_pay_policy-remove"
|
|
606
697
|
}
|
|
607
698
|
],
|
|
608
699
|
"variables": [
|
|
@@ -614,15 +705,18 @@
|
|
|
614
705
|
"endpoints": [
|
|
615
706
|
{
|
|
616
707
|
"method": "GET",
|
|
617
|
-
"path": "/v1/companies/:companyId/employees"
|
|
708
|
+
"path": "/v1/companies/:companyId/employees",
|
|
709
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
618
710
|
},
|
|
619
711
|
{
|
|
620
712
|
"method": "GET",
|
|
621
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
713
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
714
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
622
715
|
},
|
|
623
716
|
{
|
|
624
717
|
"method": "PUT",
|
|
625
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
718
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove",
|
|
719
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-holiday_pay_policy-remove"
|
|
626
720
|
}
|
|
627
721
|
],
|
|
628
722
|
"variables": [
|
|
@@ -634,15 +728,18 @@
|
|
|
634
728
|
"endpoints": [
|
|
635
729
|
{
|
|
636
730
|
"method": "GET",
|
|
637
|
-
"path": "/v1/companies/:companyId/employees"
|
|
731
|
+
"path": "/v1/companies/:companyId/employees",
|
|
732
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
638
733
|
},
|
|
639
734
|
{
|
|
640
735
|
"method": "GET",
|
|
641
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
736
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy",
|
|
737
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-holiday_pay_policy"
|
|
642
738
|
},
|
|
643
739
|
{
|
|
644
740
|
"method": "PUT",
|
|
645
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
741
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove",
|
|
742
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-holiday_pay_policy-remove"
|
|
646
743
|
}
|
|
647
744
|
],
|
|
648
745
|
"variables": [
|
|
@@ -654,19 +751,23 @@
|
|
|
654
751
|
"endpoints": [
|
|
655
752
|
{
|
|
656
753
|
"method": "GET",
|
|
657
|
-
"path": "/v1/companies/:companyId/employees"
|
|
754
|
+
"path": "/v1/companies/:companyId/employees",
|
|
755
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
658
756
|
},
|
|
659
757
|
{
|
|
660
758
|
"method": "GET",
|
|
661
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
759
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
760
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-time_off_policies-time_off_policy_uuid"
|
|
662
761
|
},
|
|
663
762
|
{
|
|
664
763
|
"method": "PUT",
|
|
665
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
764
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance",
|
|
765
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid-balance"
|
|
666
766
|
},
|
|
667
767
|
{
|
|
668
768
|
"method": "PUT",
|
|
669
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
769
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees",
|
|
770
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid-remove_employees"
|
|
670
771
|
}
|
|
671
772
|
],
|
|
672
773
|
"variables": [
|
|
@@ -678,19 +779,23 @@
|
|
|
678
779
|
"endpoints": [
|
|
679
780
|
{
|
|
680
781
|
"method": "GET",
|
|
681
|
-
"path": "/v1/companies/:companyId/employees"
|
|
782
|
+
"path": "/v1/companies/:companyId/employees",
|
|
783
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
682
784
|
},
|
|
683
785
|
{
|
|
684
786
|
"method": "GET",
|
|
685
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
787
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid",
|
|
788
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-time_off_policies-time_off_policy_uuid"
|
|
686
789
|
},
|
|
687
790
|
{
|
|
688
791
|
"method": "PUT",
|
|
689
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance"
|
|
792
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/balance",
|
|
793
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid-balance"
|
|
690
794
|
},
|
|
691
795
|
{
|
|
692
796
|
"method": "PUT",
|
|
693
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
797
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees",
|
|
798
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-time_off_policies-time_off_policy_uuid-remove_employees"
|
|
694
799
|
}
|
|
695
800
|
],
|
|
696
801
|
"variables": [
|
|
@@ -702,15 +807,18 @@
|
|
|
702
807
|
"endpoints": [
|
|
703
808
|
{
|
|
704
809
|
"method": "GET",
|
|
705
|
-
"path": "/v1/companies/:companyId/employees"
|
|
810
|
+
"path": "/v1/companies/:companyId/employees",
|
|
811
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
706
812
|
},
|
|
707
813
|
{
|
|
708
814
|
"method": "DELETE",
|
|
709
|
-
"path": "/v1/employees/:employeeId"
|
|
815
|
+
"path": "/v1/employees/:employeeId",
|
|
816
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-employee"
|
|
710
817
|
},
|
|
711
818
|
{
|
|
712
819
|
"method": "PUT",
|
|
713
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
820
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
821
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_status"
|
|
714
822
|
}
|
|
715
823
|
],
|
|
716
824
|
"variables": [
|
|
@@ -722,11 +830,13 @@
|
|
|
722
830
|
"endpoints": [
|
|
723
831
|
{
|
|
724
832
|
"method": "GET",
|
|
725
|
-
"path": "/v1/employees/:employeeId"
|
|
833
|
+
"path": "/v1/employees/:employeeId",
|
|
834
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
726
835
|
},
|
|
727
836
|
{
|
|
728
837
|
"method": "GET",
|
|
729
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
838
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
839
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-onboarding_status"
|
|
730
840
|
}
|
|
731
841
|
],
|
|
732
842
|
"variables": [
|
|
@@ -737,11 +847,13 @@
|
|
|
737
847
|
"endpoints": [
|
|
738
848
|
{
|
|
739
849
|
"method": "GET",
|
|
740
|
-
"path": "/v1/companies/:companyId"
|
|
850
|
+
"path": "/v1/companies/:companyId",
|
|
851
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies"
|
|
741
852
|
},
|
|
742
853
|
{
|
|
743
854
|
"method": "GET",
|
|
744
|
-
"path": "/v1/employees/:employeeId"
|
|
855
|
+
"path": "/v1/employees/:employeeId",
|
|
856
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
745
857
|
}
|
|
746
858
|
],
|
|
747
859
|
"variables": [
|
|
@@ -753,31 +865,38 @@
|
|
|
753
865
|
"endpoints": [
|
|
754
866
|
{
|
|
755
867
|
"method": "GET",
|
|
756
|
-
"path": "/v1/employees/:employeeId"
|
|
868
|
+
"path": "/v1/employees/:employeeId",
|
|
869
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
757
870
|
},
|
|
758
871
|
{
|
|
759
872
|
"method": "GET",
|
|
760
|
-
"path": "/v1/employees/:employeeId/forms"
|
|
873
|
+
"path": "/v1/employees/:employeeId/forms",
|
|
874
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-forms"
|
|
761
875
|
},
|
|
762
876
|
{
|
|
763
877
|
"method": "GET",
|
|
764
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
878
|
+
"path": "/v1/employees/:employeeId/forms/:formId",
|
|
879
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form"
|
|
765
880
|
},
|
|
766
881
|
{
|
|
767
882
|
"method": "GET",
|
|
768
|
-
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
883
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf",
|
|
884
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form-pdf"
|
|
769
885
|
},
|
|
770
886
|
{
|
|
771
887
|
"method": "PUT",
|
|
772
|
-
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
888
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign",
|
|
889
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employee-form-sign"
|
|
773
890
|
},
|
|
774
891
|
{
|
|
775
892
|
"method": "GET",
|
|
776
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
893
|
+
"path": "/v1/employees/:employeeId/i9_authorization",
|
|
894
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-i9_authorization"
|
|
777
895
|
},
|
|
778
896
|
{
|
|
779
897
|
"method": "PUT",
|
|
780
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
898
|
+
"path": "/v1/employees/:employeeId/i9_authorization",
|
|
899
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-i9_authorization"
|
|
781
900
|
}
|
|
782
901
|
],
|
|
783
902
|
"variables": [
|
|
@@ -789,11 +908,13 @@
|
|
|
789
908
|
"endpoints": [
|
|
790
909
|
{
|
|
791
910
|
"method": "GET",
|
|
792
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
911
|
+
"path": "/v1/employees/:employeeId/i9_authorization",
|
|
912
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-i9_authorization"
|
|
793
913
|
},
|
|
794
914
|
{
|
|
795
915
|
"method": "PUT",
|
|
796
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
916
|
+
"path": "/v1/employees/:employeeId/i9_authorization",
|
|
917
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-i9_authorization"
|
|
797
918
|
}
|
|
798
919
|
],
|
|
799
920
|
"variables": [
|
|
@@ -804,7 +925,8 @@
|
|
|
804
925
|
"endpoints": [
|
|
805
926
|
{
|
|
806
927
|
"method": "GET",
|
|
807
|
-
"path": "/v1/employees/:employeeId/forms"
|
|
928
|
+
"path": "/v1/employees/:employeeId/forms",
|
|
929
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-forms"
|
|
808
930
|
}
|
|
809
931
|
],
|
|
810
932
|
"variables": [
|
|
@@ -815,15 +937,18 @@
|
|
|
815
937
|
"endpoints": [
|
|
816
938
|
{
|
|
817
939
|
"method": "GET",
|
|
818
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
940
|
+
"path": "/v1/employees/:employeeId/forms/:formId",
|
|
941
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form"
|
|
819
942
|
},
|
|
820
943
|
{
|
|
821
944
|
"method": "GET",
|
|
822
|
-
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
945
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf",
|
|
946
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form-pdf"
|
|
823
947
|
},
|
|
824
948
|
{
|
|
825
949
|
"method": "PUT",
|
|
826
|
-
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
950
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign",
|
|
951
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employee-form-sign"
|
|
827
952
|
}
|
|
828
953
|
],
|
|
829
954
|
"variables": [
|
|
@@ -835,19 +960,23 @@
|
|
|
835
960
|
"endpoints": [
|
|
836
961
|
{
|
|
837
962
|
"method": "GET",
|
|
838
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
963
|
+
"path": "/v1/employees/:employeeId/forms/:formId",
|
|
964
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form"
|
|
839
965
|
},
|
|
840
966
|
{
|
|
841
967
|
"method": "GET",
|
|
842
|
-
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
968
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf",
|
|
969
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form-pdf"
|
|
843
970
|
},
|
|
844
971
|
{
|
|
845
972
|
"method": "PUT",
|
|
846
|
-
"path": "/v1/employees/:employeeId/forms/:formId/sign"
|
|
973
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign",
|
|
974
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employee-form-sign"
|
|
847
975
|
},
|
|
848
976
|
{
|
|
849
977
|
"method": "GET",
|
|
850
|
-
"path": "/v1/employees/:employeeId/i9_authorization"
|
|
978
|
+
"path": "/v1/employees/:employeeId/i9_authorization",
|
|
979
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-i9_authorization"
|
|
851
980
|
}
|
|
852
981
|
],
|
|
853
982
|
"variables": [
|
|
@@ -859,11 +988,13 @@
|
|
|
859
988
|
"endpoints": [
|
|
860
989
|
{
|
|
861
990
|
"method": "GET",
|
|
862
|
-
"path": "/v1/employees/:employeeId"
|
|
991
|
+
"path": "/v1/employees/:employeeId",
|
|
992
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
863
993
|
},
|
|
864
994
|
{
|
|
865
995
|
"method": "PUT",
|
|
866
|
-
"path": "/v1/employees/:employeeId/onboarding_documents_config"
|
|
996
|
+
"path": "/v1/employees/:employeeId/onboarding_documents_config",
|
|
997
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_documents_config"
|
|
867
998
|
}
|
|
868
999
|
],
|
|
869
1000
|
"variables": [
|
|
@@ -874,55 +1005,68 @@
|
|
|
874
1005
|
"endpoints": [
|
|
875
1006
|
{
|
|
876
1007
|
"method": "POST",
|
|
877
|
-
"path": "/v1/companies/:companyId/employees"
|
|
1008
|
+
"path": "/v1/companies/:companyId/employees",
|
|
1009
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees"
|
|
878
1010
|
},
|
|
879
1011
|
{
|
|
880
1012
|
"method": "GET",
|
|
881
|
-
"path": "/v1/companies/:companyId/locations"
|
|
1013
|
+
"path": "/v1/companies/:companyId/locations",
|
|
1014
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-locations"
|
|
882
1015
|
},
|
|
883
1016
|
{
|
|
884
1017
|
"method": "GET",
|
|
885
|
-
"path": "/v1/employees/:employeeId"
|
|
1018
|
+
"path": "/v1/employees/:employeeId",
|
|
1019
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
886
1020
|
},
|
|
887
1021
|
{
|
|
888
1022
|
"method": "PUT",
|
|
889
|
-
"path": "/v1/employees/:employeeId"
|
|
1023
|
+
"path": "/v1/employees/:employeeId",
|
|
1024
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees"
|
|
890
1025
|
},
|
|
891
1026
|
{
|
|
892
1027
|
"method": "GET",
|
|
893
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1028
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
1029
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-home_addresses"
|
|
894
1030
|
},
|
|
895
1031
|
{
|
|
896
1032
|
"method": "POST",
|
|
897
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1033
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
1034
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-home_addresses"
|
|
898
1035
|
},
|
|
899
1036
|
{
|
|
900
1037
|
"method": "PUT",
|
|
901
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1038
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
1039
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_status"
|
|
902
1040
|
},
|
|
903
1041
|
{
|
|
904
1042
|
"method": "GET",
|
|
905
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1043
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
1044
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
906
1045
|
},
|
|
907
1046
|
{
|
|
908
1047
|
"method": "POST",
|
|
909
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1048
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
1049
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-work_addresses"
|
|
910
1050
|
},
|
|
911
1051
|
{
|
|
912
1052
|
"method": "GET",
|
|
913
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1053
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
1054
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-home_addresses-home_address_uuid"
|
|
914
1055
|
},
|
|
915
1056
|
{
|
|
916
1057
|
"method": "PUT",
|
|
917
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1058
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
1059
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-home_addresses-home_address_uuid"
|
|
918
1060
|
},
|
|
919
1061
|
{
|
|
920
1062
|
"method": "GET",
|
|
921
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1063
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
1064
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-work_addresses-work_address_uuid"
|
|
922
1065
|
},
|
|
923
1066
|
{
|
|
924
1067
|
"method": "PUT",
|
|
925
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1068
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
1069
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-work_addresses-work_address_uuid"
|
|
926
1070
|
}
|
|
927
1071
|
],
|
|
928
1072
|
"variables": [
|
|
@@ -936,47 +1080,58 @@
|
|
|
936
1080
|
"endpoints": [
|
|
937
1081
|
{
|
|
938
1082
|
"method": "GET",
|
|
939
|
-
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1083
|
+
"path": "/v1/companies/:companyId/federal_tax_details",
|
|
1084
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-federal_tax_details"
|
|
940
1085
|
},
|
|
941
1086
|
{
|
|
942
1087
|
"method": "PUT",
|
|
943
|
-
"path": "/v1/compensations/:compensationId"
|
|
1088
|
+
"path": "/v1/compensations/:compensationId",
|
|
1089
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-compensations-compensation_id"
|
|
944
1090
|
},
|
|
945
1091
|
{
|
|
946
1092
|
"method": "DELETE",
|
|
947
|
-
"path": "/v1/compensations/:compensationId"
|
|
1093
|
+
"path": "/v1/compensations/:compensationId",
|
|
1094
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-compensations-compensation_id"
|
|
948
1095
|
},
|
|
949
1096
|
{
|
|
950
1097
|
"method": "GET",
|
|
951
|
-
"path": "/v1/employees/:employeeId"
|
|
1098
|
+
"path": "/v1/employees/:employeeId",
|
|
1099
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
952
1100
|
},
|
|
953
1101
|
{
|
|
954
1102
|
"method": "GET",
|
|
955
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
1103
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
1104
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-jobs"
|
|
956
1105
|
},
|
|
957
1106
|
{
|
|
958
1107
|
"method": "POST",
|
|
959
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
1108
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
1109
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-jobs"
|
|
960
1110
|
},
|
|
961
1111
|
{
|
|
962
1112
|
"method": "GET",
|
|
963
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1113
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
1114
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
964
1115
|
},
|
|
965
1116
|
{
|
|
966
1117
|
"method": "PUT",
|
|
967
|
-
"path": "/v1/jobs/:jobId"
|
|
1118
|
+
"path": "/v1/jobs/:jobId",
|
|
1119
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-jobs-job_id"
|
|
968
1120
|
},
|
|
969
1121
|
{
|
|
970
1122
|
"method": "DELETE",
|
|
971
|
-
"path": "/v1/jobs/:jobId"
|
|
1123
|
+
"path": "/v1/jobs/:jobId",
|
|
1124
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-jobs-job_id"
|
|
972
1125
|
},
|
|
973
1126
|
{
|
|
974
1127
|
"method": "POST",
|
|
975
|
-
"path": "/v1/jobs/:jobId/compensations"
|
|
1128
|
+
"path": "/v1/jobs/:jobId/compensations",
|
|
1129
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-compensations-compensation_id"
|
|
976
1130
|
},
|
|
977
1131
|
{
|
|
978
1132
|
"method": "GET",
|
|
979
|
-
"path": "/v1/locations/:locationUuid/minimum_wages"
|
|
1133
|
+
"path": "/v1/locations/:locationUuid/minimum_wages",
|
|
1134
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-locations-location_uuid-minimum_wages"
|
|
980
1135
|
}
|
|
981
1136
|
],
|
|
982
1137
|
"variables": [
|
|
@@ -991,11 +1146,13 @@
|
|
|
991
1146
|
"endpoints": [
|
|
992
1147
|
{
|
|
993
1148
|
"method": "GET",
|
|
994
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
1149
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
1150
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-jobs"
|
|
995
1151
|
},
|
|
996
1152
|
{
|
|
997
1153
|
"method": "DELETE",
|
|
998
|
-
"path": "/v1/jobs/:jobId"
|
|
1154
|
+
"path": "/v1/jobs/:jobId",
|
|
1155
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-jobs-job_id"
|
|
999
1156
|
}
|
|
1000
1157
|
],
|
|
1001
1158
|
"variables": [
|
|
@@ -1007,11 +1164,13 @@
|
|
|
1007
1164
|
"endpoints": [
|
|
1008
1165
|
{
|
|
1009
1166
|
"method": "GET",
|
|
1010
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1167
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes",
|
|
1168
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-federal_taxes"
|
|
1011
1169
|
},
|
|
1012
1170
|
{
|
|
1013
1171
|
"method": "PUT",
|
|
1014
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1172
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes",
|
|
1173
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-federal_taxes"
|
|
1015
1174
|
}
|
|
1016
1175
|
],
|
|
1017
1176
|
"variables": [
|
|
@@ -1022,11 +1181,13 @@
|
|
|
1022
1181
|
"endpoints": [
|
|
1023
1182
|
{
|
|
1024
1183
|
"method": "GET",
|
|
1025
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1184
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
1185
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-state_taxes"
|
|
1026
1186
|
},
|
|
1027
1187
|
{
|
|
1028
1188
|
"method": "PUT",
|
|
1029
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1189
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
1190
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-state_taxes"
|
|
1030
1191
|
}
|
|
1031
1192
|
],
|
|
1032
1193
|
"variables": [
|
|
@@ -1037,19 +1198,23 @@
|
|
|
1037
1198
|
"endpoints": [
|
|
1038
1199
|
{
|
|
1039
1200
|
"method": "GET",
|
|
1040
|
-
"path": "/v1/employees/:employeeId/garnishments"
|
|
1201
|
+
"path": "/v1/employees/:employeeId/garnishments",
|
|
1202
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-garnishments"
|
|
1041
1203
|
},
|
|
1042
1204
|
{
|
|
1043
1205
|
"method": "POST",
|
|
1044
|
-
"path": "/v1/employees/:employeeId/garnishments"
|
|
1206
|
+
"path": "/v1/employees/:employeeId/garnishments",
|
|
1207
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-garnishments"
|
|
1045
1208
|
},
|
|
1046
1209
|
{
|
|
1047
1210
|
"method": "PUT",
|
|
1048
|
-
"path": "/v1/garnishments/:garnishmentId"
|
|
1211
|
+
"path": "/v1/garnishments/:garnishmentId",
|
|
1212
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-garnishments-garnishment_id"
|
|
1049
1213
|
},
|
|
1050
1214
|
{
|
|
1051
1215
|
"method": "GET",
|
|
1052
|
-
"path": "/v1/garnishments/child_support"
|
|
1216
|
+
"path": "/v1/garnishments/child_support",
|
|
1217
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-garnishments-child_support"
|
|
1053
1218
|
}
|
|
1054
1219
|
],
|
|
1055
1220
|
"variables": [
|
|
@@ -1061,23 +1226,28 @@
|
|
|
1061
1226
|
"endpoints": [
|
|
1062
1227
|
{
|
|
1063
1228
|
"method": "GET",
|
|
1064
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
1229
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
1230
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-bank_accounts"
|
|
1065
1231
|
},
|
|
1066
1232
|
{
|
|
1067
1233
|
"method": "POST",
|
|
1068
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
1234
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
1235
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-bank_accounts"
|
|
1069
1236
|
},
|
|
1070
1237
|
{
|
|
1071
1238
|
"method": "DELETE",
|
|
1072
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
1239
|
+
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid",
|
|
1240
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-employees-employee_id-bank_accounts-bank_account_id"
|
|
1073
1241
|
},
|
|
1074
1242
|
{
|
|
1075
1243
|
"method": "GET",
|
|
1076
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
1244
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
1245
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-payment_method"
|
|
1077
1246
|
},
|
|
1078
1247
|
{
|
|
1079
1248
|
"method": "PUT",
|
|
1080
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
1249
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
1250
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-payment_method"
|
|
1081
1251
|
}
|
|
1082
1252
|
],
|
|
1083
1253
|
"variables": [
|
|
@@ -1089,15 +1259,18 @@
|
|
|
1089
1259
|
"endpoints": [
|
|
1090
1260
|
{
|
|
1091
1261
|
"method": "GET",
|
|
1092
|
-
"path": "/v1/companies/:companyId/employees"
|
|
1262
|
+
"path": "/v1/companies/:companyId/employees",
|
|
1263
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
1093
1264
|
},
|
|
1094
1265
|
{
|
|
1095
1266
|
"method": "DELETE",
|
|
1096
|
-
"path": "/v1/employees/:employeeId"
|
|
1267
|
+
"path": "/v1/employees/:employeeId",
|
|
1268
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-employee"
|
|
1097
1269
|
},
|
|
1098
1270
|
{
|
|
1099
1271
|
"method": "PUT",
|
|
1100
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1272
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
1273
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_status"
|
|
1101
1274
|
}
|
|
1102
1275
|
],
|
|
1103
1276
|
"variables": [
|
|
@@ -1109,15 +1282,18 @@
|
|
|
1109
1282
|
"endpoints": [
|
|
1110
1283
|
{
|
|
1111
1284
|
"method": "GET",
|
|
1112
|
-
"path": "/v1/employees/:employeeId/forms"
|
|
1285
|
+
"path": "/v1/employees/:employeeId/forms",
|
|
1286
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-forms"
|
|
1113
1287
|
},
|
|
1114
1288
|
{
|
|
1115
1289
|
"method": "GET",
|
|
1116
|
-
"path": "/v1/employees/:employeeId/forms/:formId"
|
|
1290
|
+
"path": "/v1/employees/:employeeId/forms/:formId",
|
|
1291
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form"
|
|
1117
1292
|
},
|
|
1118
1293
|
{
|
|
1119
1294
|
"method": "GET",
|
|
1120
|
-
"path": "/v1/employees/:employeeId/forms/:formId/pdf"
|
|
1295
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf",
|
|
1296
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form-pdf"
|
|
1121
1297
|
}
|
|
1122
1298
|
],
|
|
1123
1299
|
"variables": [
|
|
@@ -1129,7 +1305,8 @@
|
|
|
1129
1305
|
"endpoints": [
|
|
1130
1306
|
{
|
|
1131
1307
|
"method": "GET",
|
|
1132
|
-
"path": "/v1/employees/:employeeId"
|
|
1308
|
+
"path": "/v1/employees/:employeeId",
|
|
1309
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
1133
1310
|
}
|
|
1134
1311
|
],
|
|
1135
1312
|
"variables": [
|
|
@@ -1140,15 +1317,18 @@
|
|
|
1140
1317
|
"endpoints": [
|
|
1141
1318
|
{
|
|
1142
1319
|
"method": "GET",
|
|
1143
|
-
"path": "/v1/employees/:employeeId"
|
|
1320
|
+
"path": "/v1/employees/:employeeId",
|
|
1321
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
1144
1322
|
},
|
|
1145
1323
|
{
|
|
1146
1324
|
"method": "GET",
|
|
1147
|
-
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1325
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
1326
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-home_addresses"
|
|
1148
1327
|
},
|
|
1149
1328
|
{
|
|
1150
1329
|
"method": "DELETE",
|
|
1151
|
-
"path": "/v1/home_addresses/:homeAddressUuid"
|
|
1330
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
1331
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-home_addresses-home_address_uuid"
|
|
1152
1332
|
}
|
|
1153
1333
|
],
|
|
1154
1334
|
"variables": [
|
|
@@ -1160,15 +1340,18 @@
|
|
|
1160
1340
|
"endpoints": [
|
|
1161
1341
|
{
|
|
1162
1342
|
"method": "GET",
|
|
1163
|
-
"path": "/v1/employees/:employeeId"
|
|
1343
|
+
"path": "/v1/employees/:employeeId",
|
|
1344
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
1164
1345
|
},
|
|
1165
1346
|
{
|
|
1166
1347
|
"method": "GET",
|
|
1167
|
-
"path": "/v1/employees/:employeeId/work_addresses"
|
|
1348
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
1349
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
1168
1350
|
},
|
|
1169
1351
|
{
|
|
1170
1352
|
"method": "DELETE",
|
|
1171
|
-
"path": "/v1/work_addresses/:workAddressUuid"
|
|
1353
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
1354
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-work_addresses-work_address_uuid"
|
|
1172
1355
|
}
|
|
1173
1356
|
],
|
|
1174
1357
|
"variables": [
|
|
@@ -1180,11 +1363,13 @@
|
|
|
1180
1363
|
"endpoints": [
|
|
1181
1364
|
{
|
|
1182
1365
|
"method": "GET",
|
|
1183
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1366
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes",
|
|
1367
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-federal_taxes"
|
|
1184
1368
|
},
|
|
1185
1369
|
{
|
|
1186
1370
|
"method": "PUT",
|
|
1187
|
-
"path": "/v1/employees/:employeeUuid/federal_taxes"
|
|
1371
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes",
|
|
1372
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-federal_taxes"
|
|
1188
1373
|
}
|
|
1189
1374
|
],
|
|
1190
1375
|
"variables": [
|
|
@@ -1195,11 +1380,13 @@
|
|
|
1195
1380
|
"endpoints": [
|
|
1196
1381
|
{
|
|
1197
1382
|
"method": "GET",
|
|
1198
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1383
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
1384
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-state_taxes"
|
|
1199
1385
|
},
|
|
1200
1386
|
{
|
|
1201
1387
|
"method": "PUT",
|
|
1202
|
-
"path": "/v1/employees/:employeeUuid/state_taxes"
|
|
1388
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
1389
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-state_taxes"
|
|
1203
1390
|
}
|
|
1204
1391
|
],
|
|
1205
1392
|
"variables": [
|
|
@@ -1210,19 +1397,23 @@
|
|
|
1210
1397
|
"endpoints": [
|
|
1211
1398
|
{
|
|
1212
1399
|
"method": "POST",
|
|
1213
|
-
"path": "/v1/companies/:companyId/employees"
|
|
1400
|
+
"path": "/v1/companies/:companyId/employees",
|
|
1401
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees"
|
|
1214
1402
|
},
|
|
1215
1403
|
{
|
|
1216
1404
|
"method": "GET",
|
|
1217
|
-
"path": "/v1/employees/:employeeId"
|
|
1405
|
+
"path": "/v1/employees/:employeeId",
|
|
1406
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
1218
1407
|
},
|
|
1219
1408
|
{
|
|
1220
1409
|
"method": "PUT",
|
|
1221
|
-
"path": "/v1/employees/:employeeId"
|
|
1410
|
+
"path": "/v1/employees/:employeeId",
|
|
1411
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees"
|
|
1222
1412
|
},
|
|
1223
1413
|
{
|
|
1224
1414
|
"method": "PUT",
|
|
1225
|
-
"path": "/v1/employees/:employeeId/onboarding_status"
|
|
1415
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
1416
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_status"
|
|
1226
1417
|
}
|
|
1227
1418
|
],
|
|
1228
1419
|
"variables": [
|
|
@@ -1234,23 +1425,28 @@
|
|
|
1234
1425
|
"endpoints": [
|
|
1235
1426
|
{
|
|
1236
1427
|
"method": "GET",
|
|
1237
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
1428
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
1429
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-bank_accounts"
|
|
1238
1430
|
},
|
|
1239
1431
|
{
|
|
1240
1432
|
"method": "POST",
|
|
1241
|
-
"path": "/v1/employees/:employeeId/bank_accounts"
|
|
1433
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
1434
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-bank_accounts"
|
|
1242
1435
|
},
|
|
1243
1436
|
{
|
|
1244
1437
|
"method": "DELETE",
|
|
1245
|
-
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid"
|
|
1438
|
+
"path": "/v1/employees/:employeeId/bank_accounts/:bankAccountUuid",
|
|
1439
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-employees-employee_id-bank_accounts-bank_account_id"
|
|
1246
1440
|
},
|
|
1247
1441
|
{
|
|
1248
1442
|
"method": "GET",
|
|
1249
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
1443
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
1444
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-payment_method"
|
|
1250
1445
|
},
|
|
1251
1446
|
{
|
|
1252
1447
|
"method": "PUT",
|
|
1253
|
-
"path": "/v1/employees/:employeeId/payment_method"
|
|
1448
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
1449
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-payment_method"
|
|
1254
1450
|
}
|
|
1255
1451
|
],
|
|
1256
1452
|
"variables": [
|
|
@@ -1262,11 +1458,13 @@
|
|
|
1262
1458
|
"endpoints": [
|
|
1263
1459
|
{
|
|
1264
1460
|
"method": "GET",
|
|
1265
|
-
"path": "/v1/employees/:employeeId/pay_stubs"
|
|
1461
|
+
"path": "/v1/employees/:employeeId/pay_stubs",
|
|
1462
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_uuid-pay_stubs"
|
|
1266
1463
|
},
|
|
1267
1464
|
{
|
|
1268
1465
|
"method": "GET",
|
|
1269
|
-
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub"
|
|
1466
|
+
"path": "/v1/payrolls/:payrollId/employees/:employeeId/pay_stub",
|
|
1467
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-payrolls-payroll_uuid-employees-employee_uuid-pay_stub"
|
|
1270
1468
|
}
|
|
1271
1469
|
],
|
|
1272
1470
|
"variables": [
|
|
@@ -1278,11 +1476,13 @@
|
|
|
1278
1476
|
"endpoints": [
|
|
1279
1477
|
{
|
|
1280
1478
|
"method": "GET",
|
|
1281
|
-
"path": "/v1/employees/:employeeId/jobs"
|
|
1479
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
1480
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-jobs"
|
|
1282
1481
|
},
|
|
1283
1482
|
{
|
|
1284
1483
|
"method": "DELETE",
|
|
1285
|
-
"path": "/v1/jobs/:jobId"
|
|
1484
|
+
"path": "/v1/jobs/:jobId",
|
|
1485
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-jobs-job_id"
|
|
1286
1486
|
}
|
|
1287
1487
|
],
|
|
1288
1488
|
"variables": [
|
|
@@ -1294,31 +1494,38 @@
|
|
|
1294
1494
|
"endpoints": [
|
|
1295
1495
|
{
|
|
1296
1496
|
"method": "GET",
|
|
1297
|
-
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods"
|
|
1497
|
+
"path": "/v1/companies/:companyId/pay_periods/unprocessed_termination_pay_periods",
|
|
1498
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-unprocessed_termination_pay_periods"
|
|
1298
1499
|
},
|
|
1299
1500
|
{
|
|
1300
1501
|
"method": "GET",
|
|
1301
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
1502
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
1503
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-payrolls"
|
|
1302
1504
|
},
|
|
1303
1505
|
{
|
|
1304
1506
|
"method": "POST",
|
|
1305
|
-
"path": "/v1/companies/:companyId/payrolls"
|
|
1507
|
+
"path": "/v1/companies/:companyId/payrolls",
|
|
1508
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-payrolls"
|
|
1306
1509
|
},
|
|
1307
1510
|
{
|
|
1308
1511
|
"method": "GET",
|
|
1309
|
-
"path": "/v1/employees/:employeeId"
|
|
1512
|
+
"path": "/v1/employees/:employeeId",
|
|
1513
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
1310
1514
|
},
|
|
1311
1515
|
{
|
|
1312
1516
|
"method": "GET",
|
|
1313
|
-
"path": "/v1/employees/:employeeId/terminations"
|
|
1517
|
+
"path": "/v1/employees/:employeeId/terminations",
|
|
1518
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-terminations"
|
|
1314
1519
|
},
|
|
1315
1520
|
{
|
|
1316
1521
|
"method": "POST",
|
|
1317
|
-
"path": "/v1/employees/:employeeId/terminations"
|
|
1522
|
+
"path": "/v1/employees/:employeeId/terminations",
|
|
1523
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-terminations"
|
|
1318
1524
|
},
|
|
1319
1525
|
{
|
|
1320
1526
|
"method": "PUT",
|
|
1321
|
-
"path": "/v1/terminations/:employeeId"
|
|
1527
|
+
"path": "/v1/terminations/:employeeId",
|
|
1528
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-terminations-employee_id"
|
|
1322
1529
|
}
|
|
1323
1530
|
],
|
|
1324
1531
|
"variables": [
|
|
@@ -1330,19 +1537,23 @@
|
|
|
1330
1537
|
"endpoints": [
|
|
1331
1538
|
{
|
|
1332
1539
|
"method": "GET",
|
|
1333
|
-
"path": "/v1/companies/:companyId/employees"
|
|
1540
|
+
"path": "/v1/companies/:companyId/employees",
|
|
1541
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
1334
1542
|
},
|
|
1335
1543
|
{
|
|
1336
1544
|
"method": "GET",
|
|
1337
|
-
"path": "/v1/employees/:employeeId"
|
|
1545
|
+
"path": "/v1/employees/:employeeId",
|
|
1546
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
1338
1547
|
},
|
|
1339
1548
|
{
|
|
1340
1549
|
"method": "GET",
|
|
1341
|
-
"path": "/v1/employees/:employeeId/terminations"
|
|
1550
|
+
"path": "/v1/employees/:employeeId/terminations",
|
|
1551
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-terminations"
|
|
1342
1552
|
},
|
|
1343
1553
|
{
|
|
1344
1554
|
"method": "DELETE",
|
|
1345
|
-
"path": "/v1/employees/:employeeId/terminations"
|
|
1555
|
+
"path": "/v1/employees/:employeeId/terminations",
|
|
1556
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-employees-employee_id-terminations"
|
|
1346
1557
|
}
|
|
1347
1558
|
],
|
|
1348
1559
|
"variables": [
|
|
@@ -1354,7 +1565,8 @@
|
|
|
1354
1565
|
"endpoints": [
|
|
1355
1566
|
{
|
|
1356
1567
|
"method": "GET",
|
|
1357
|
-
"path": "/v1/companies/:companyUuid/onboarding_status"
|
|
1568
|
+
"path": "/v1/companies/:companyUuid/onboarding_status",
|
|
1569
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-onboarding-status"
|
|
1358
1570
|
}
|
|
1359
1571
|
],
|
|
1360
1572
|
"variables": [
|
|
@@ -1365,23 +1577,28 @@
|
|
|
1365
1577
|
"endpoints": [
|
|
1366
1578
|
{
|
|
1367
1579
|
"method": "GET",
|
|
1368
|
-
"path": "/v1/companies/:companyId/forms"
|
|
1580
|
+
"path": "/v1/companies/:companyId/forms",
|
|
1581
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-forms"
|
|
1369
1582
|
},
|
|
1370
1583
|
{
|
|
1371
1584
|
"method": "GET",
|
|
1372
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1585
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1586
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-signatories"
|
|
1373
1587
|
},
|
|
1374
1588
|
{
|
|
1375
1589
|
"method": "GET",
|
|
1376
|
-
"path": "/v1/forms/:formId"
|
|
1590
|
+
"path": "/v1/forms/:formId",
|
|
1591
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-form"
|
|
1377
1592
|
},
|
|
1378
1593
|
{
|
|
1379
1594
|
"method": "GET",
|
|
1380
|
-
"path": "/v1/forms/:formId/pdf"
|
|
1595
|
+
"path": "/v1/forms/:formId/pdf",
|
|
1596
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-form-pdf"
|
|
1381
1597
|
},
|
|
1382
1598
|
{
|
|
1383
1599
|
"method": "PUT",
|
|
1384
|
-
"path": "/v1/forms/:formId/sign"
|
|
1600
|
+
"path": "/v1/forms/:formId/sign",
|
|
1601
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-company-form-sign"
|
|
1385
1602
|
}
|
|
1386
1603
|
],
|
|
1387
1604
|
"variables": [
|
|
@@ -1394,11 +1611,13 @@
|
|
|
1394
1611
|
"endpoints": [
|
|
1395
1612
|
{
|
|
1396
1613
|
"method": "GET",
|
|
1397
|
-
"path": "/v1/companies/:companyId/forms"
|
|
1614
|
+
"path": "/v1/companies/:companyId/forms",
|
|
1615
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-forms"
|
|
1398
1616
|
},
|
|
1399
1617
|
{
|
|
1400
1618
|
"method": "GET",
|
|
1401
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1619
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1620
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-signatories"
|
|
1402
1621
|
}
|
|
1403
1622
|
],
|
|
1404
1623
|
"variables": [
|
|
@@ -1410,11 +1629,13 @@
|
|
|
1410
1629
|
"endpoints": [
|
|
1411
1630
|
{
|
|
1412
1631
|
"method": "GET",
|
|
1413
|
-
"path": "/v1/companies/:companyId/industry_selection"
|
|
1632
|
+
"path": "/v1/companies/:companyId/industry_selection",
|
|
1633
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-industry"
|
|
1414
1634
|
},
|
|
1415
1635
|
{
|
|
1416
1636
|
"method": "PUT",
|
|
1417
|
-
"path": "/v1/companies/:companyId/industry_selection"
|
|
1637
|
+
"path": "/v1/companies/:companyId/industry_selection",
|
|
1638
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-company-industry"
|
|
1418
1639
|
}
|
|
1419
1640
|
],
|
|
1420
1641
|
"variables": [
|
|
@@ -1425,15 +1646,18 @@
|
|
|
1425
1646
|
"endpoints": [
|
|
1426
1647
|
{
|
|
1427
1648
|
"method": "GET",
|
|
1428
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1649
|
+
"path": "/v1/companies/:companyId/bank_accounts",
|
|
1650
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-bank-accounts"
|
|
1429
1651
|
},
|
|
1430
1652
|
{
|
|
1431
1653
|
"method": "POST",
|
|
1432
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
1654
|
+
"path": "/v1/companies/:companyId/bank_accounts",
|
|
1655
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-bank-accounts"
|
|
1433
1656
|
},
|
|
1434
1657
|
{
|
|
1435
1658
|
"method": "PUT",
|
|
1436
|
-
"path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify"
|
|
1659
|
+
"path": "/v1/companies/:companyId/bank_accounts/:bankAccountUuid/verify",
|
|
1660
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-bank-accounts-verify"
|
|
1437
1661
|
}
|
|
1438
1662
|
],
|
|
1439
1663
|
"variables": [
|
|
@@ -1445,19 +1669,23 @@
|
|
|
1445
1669
|
"endpoints": [
|
|
1446
1670
|
{
|
|
1447
1671
|
"method": "GET",
|
|
1448
|
-
"path": "/v1/companies/:companyId/locations"
|
|
1672
|
+
"path": "/v1/companies/:companyId/locations",
|
|
1673
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-locations"
|
|
1449
1674
|
},
|
|
1450
1675
|
{
|
|
1451
1676
|
"method": "POST",
|
|
1452
|
-
"path": "/v1/companies/:companyId/locations"
|
|
1677
|
+
"path": "/v1/companies/:companyId/locations",
|
|
1678
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-locations"
|
|
1453
1679
|
},
|
|
1454
1680
|
{
|
|
1455
1681
|
"method": "GET",
|
|
1456
|
-
"path": "/v1/locations/:locationId"
|
|
1682
|
+
"path": "/v1/locations/:locationId",
|
|
1683
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-locations-location_id"
|
|
1457
1684
|
},
|
|
1458
1685
|
{
|
|
1459
1686
|
"method": "PUT",
|
|
1460
|
-
"path": "/v1/locations/:locationId"
|
|
1687
|
+
"path": "/v1/locations/:locationId",
|
|
1688
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-locations-location_id"
|
|
1461
1689
|
}
|
|
1462
1690
|
],
|
|
1463
1691
|
"variables": [
|
|
@@ -1469,15 +1697,18 @@
|
|
|
1469
1697
|
"endpoints": [
|
|
1470
1698
|
{
|
|
1471
1699
|
"method": "POST",
|
|
1472
|
-
"path": "/v1/companies/:companyId/locations"
|
|
1700
|
+
"path": "/v1/companies/:companyId/locations",
|
|
1701
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-locations"
|
|
1473
1702
|
},
|
|
1474
1703
|
{
|
|
1475
1704
|
"method": "GET",
|
|
1476
|
-
"path": "/v1/locations/:locationId"
|
|
1705
|
+
"path": "/v1/locations/:locationId",
|
|
1706
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-locations-location_id"
|
|
1477
1707
|
},
|
|
1478
1708
|
{
|
|
1479
1709
|
"method": "PUT",
|
|
1480
|
-
"path": "/v1/locations/:locationId"
|
|
1710
|
+
"path": "/v1/locations/:locationId",
|
|
1711
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-locations-location_id"
|
|
1481
1712
|
}
|
|
1482
1713
|
],
|
|
1483
1714
|
"variables": [
|
|
@@ -1489,7 +1720,8 @@
|
|
|
1489
1720
|
"endpoints": [
|
|
1490
1721
|
{
|
|
1491
1722
|
"method": "GET",
|
|
1492
|
-
"path": "/v1/companies/:companyId/locations"
|
|
1723
|
+
"path": "/v1/companies/:companyId/locations",
|
|
1724
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-locations"
|
|
1493
1725
|
}
|
|
1494
1726
|
],
|
|
1495
1727
|
"variables": [
|
|
@@ -1500,27 +1732,33 @@
|
|
|
1500
1732
|
"endpoints": [
|
|
1501
1733
|
{
|
|
1502
1734
|
"method": "GET",
|
|
1503
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1735
|
+
"path": "/v1/companies/:companyId/pay_schedules",
|
|
1736
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules"
|
|
1504
1737
|
},
|
|
1505
1738
|
{
|
|
1506
1739
|
"method": "POST",
|
|
1507
|
-
"path": "/v1/companies/:companyId/pay_schedules"
|
|
1740
|
+
"path": "/v1/companies/:companyId/pay_schedules",
|
|
1741
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-pay_schedules"
|
|
1508
1742
|
},
|
|
1509
1743
|
{
|
|
1510
1744
|
"method": "GET",
|
|
1511
|
-
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
1745
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId",
|
|
1746
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules-pay_schedule_id"
|
|
1512
1747
|
},
|
|
1513
1748
|
{
|
|
1514
1749
|
"method": "PUT",
|
|
1515
|
-
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId"
|
|
1750
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId",
|
|
1751
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-pay_schedules-pay_schedule_id"
|
|
1516
1752
|
},
|
|
1517
1753
|
{
|
|
1518
1754
|
"method": "GET",
|
|
1519
|
-
"path": "/v1/companies/:companyId/pay_schedules/preview"
|
|
1755
|
+
"path": "/v1/companies/:companyId/pay_schedules/preview",
|
|
1756
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules-preview"
|
|
1520
1757
|
},
|
|
1521
1758
|
{
|
|
1522
1759
|
"method": "GET",
|
|
1523
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
1760
|
+
"path": "/v1/companies/:companyUuid/payment_configs",
|
|
1761
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-payment-configs"
|
|
1524
1762
|
}
|
|
1525
1763
|
],
|
|
1526
1764
|
"variables": [
|
|
@@ -1533,11 +1771,13 @@
|
|
|
1533
1771
|
"endpoints": [
|
|
1534
1772
|
{
|
|
1535
1773
|
"method": "GET",
|
|
1536
|
-
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1774
|
+
"path": "/v1/companies/:companyId/federal_tax_details",
|
|
1775
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-federal_tax_details"
|
|
1537
1776
|
},
|
|
1538
1777
|
{
|
|
1539
1778
|
"method": "PUT",
|
|
1540
|
-
"path": "/v1/companies/:companyId/federal_tax_details"
|
|
1779
|
+
"path": "/v1/companies/:companyId/federal_tax_details",
|
|
1780
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-federal_tax_details"
|
|
1541
1781
|
}
|
|
1542
1782
|
],
|
|
1543
1783
|
"variables": [
|
|
@@ -1548,15 +1788,18 @@
|
|
|
1548
1788
|
"endpoints": [
|
|
1549
1789
|
{
|
|
1550
1790
|
"method": "GET",
|
|
1551
|
-
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
1791
|
+
"path": "/v1/companies/:companyUuid/tax_requirements",
|
|
1792
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-tax_requirements"
|
|
1552
1793
|
},
|
|
1553
1794
|
{
|
|
1554
1795
|
"method": "GET",
|
|
1555
|
-
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
1796
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state",
|
|
1797
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-tax_requirements-state"
|
|
1556
1798
|
},
|
|
1557
1799
|
{
|
|
1558
1800
|
"method": "PUT",
|
|
1559
|
-
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
1801
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state",
|
|
1802
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-tax_requirements-state"
|
|
1560
1803
|
}
|
|
1561
1804
|
],
|
|
1562
1805
|
"variables": [
|
|
@@ -1568,11 +1811,13 @@
|
|
|
1568
1811
|
"endpoints": [
|
|
1569
1812
|
{
|
|
1570
1813
|
"method": "GET",
|
|
1571
|
-
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
1814
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state",
|
|
1815
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-tax_requirements-state"
|
|
1572
1816
|
},
|
|
1573
1817
|
{
|
|
1574
1818
|
"method": "PUT",
|
|
1575
|
-
"path": "/v1/companies/:companyUuid/tax_requirements/:state"
|
|
1819
|
+
"path": "/v1/companies/:companyUuid/tax_requirements/:state",
|
|
1820
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-tax_requirements-state"
|
|
1576
1821
|
}
|
|
1577
1822
|
],
|
|
1578
1823
|
"variables": [
|
|
@@ -1584,7 +1829,8 @@
|
|
|
1584
1829
|
"endpoints": [
|
|
1585
1830
|
{
|
|
1586
1831
|
"method": "GET",
|
|
1587
|
-
"path": "/v1/companies/:companyUuid/tax_requirements"
|
|
1832
|
+
"path": "/v1/companies/:companyUuid/tax_requirements",
|
|
1833
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-tax_requirements"
|
|
1588
1834
|
}
|
|
1589
1835
|
],
|
|
1590
1836
|
"variables": [
|
|
@@ -1595,23 +1841,28 @@
|
|
|
1595
1841
|
"endpoints": [
|
|
1596
1842
|
{
|
|
1597
1843
|
"method": "GET",
|
|
1598
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1844
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1845
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-signatories"
|
|
1599
1846
|
},
|
|
1600
1847
|
{
|
|
1601
1848
|
"method": "POST",
|
|
1602
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1849
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1850
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-company-signatories"
|
|
1603
1851
|
},
|
|
1604
1852
|
{
|
|
1605
1853
|
"method": "PUT",
|
|
1606
|
-
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
1854
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid",
|
|
1855
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-signatories-signatory_uuid"
|
|
1607
1856
|
},
|
|
1608
1857
|
{
|
|
1609
1858
|
"method": "DELETE",
|
|
1610
|
-
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
1859
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid",
|
|
1860
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-companies-company_uuid-signatories-signatory_uuid"
|
|
1611
1861
|
},
|
|
1612
1862
|
{
|
|
1613
1863
|
"method": "POST",
|
|
1614
|
-
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
1864
|
+
"path": "/v1/companies/:companyUuid/signatories/invite",
|
|
1865
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_uuid-signatories-invite"
|
|
1615
1866
|
}
|
|
1616
1867
|
],
|
|
1617
1868
|
"variables": [
|
|
@@ -1623,19 +1874,23 @@
|
|
|
1623
1874
|
"endpoints": [
|
|
1624
1875
|
{
|
|
1625
1876
|
"method": "GET",
|
|
1626
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1877
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1878
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-signatories"
|
|
1627
1879
|
},
|
|
1628
1880
|
{
|
|
1629
1881
|
"method": "POST",
|
|
1630
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1882
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1883
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-company-signatories"
|
|
1631
1884
|
},
|
|
1632
1885
|
{
|
|
1633
1886
|
"method": "PUT",
|
|
1634
|
-
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
1887
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid",
|
|
1888
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_uuid-signatories-signatory_uuid"
|
|
1635
1889
|
},
|
|
1636
1890
|
{
|
|
1637
1891
|
"method": "DELETE",
|
|
1638
|
-
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
1892
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid",
|
|
1893
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-companies-company_uuid-signatories-signatory_uuid"
|
|
1639
1894
|
}
|
|
1640
1895
|
],
|
|
1641
1896
|
"variables": [
|
|
@@ -1647,15 +1902,18 @@
|
|
|
1647
1902
|
"endpoints": [
|
|
1648
1903
|
{
|
|
1649
1904
|
"method": "GET",
|
|
1650
|
-
"path": "/v1/companies/:companyUuid/signatories"
|
|
1905
|
+
"path": "/v1/companies/:companyUuid/signatories",
|
|
1906
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-signatories"
|
|
1651
1907
|
},
|
|
1652
1908
|
{
|
|
1653
1909
|
"method": "DELETE",
|
|
1654
|
-
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid"
|
|
1910
|
+
"path": "/v1/companies/:companyUuid/signatories/:signatoryUuid",
|
|
1911
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-companies-company_uuid-signatories-signatory_uuid"
|
|
1655
1912
|
},
|
|
1656
1913
|
{
|
|
1657
1914
|
"method": "POST",
|
|
1658
|
-
"path": "/v1/companies/:companyUuid/signatories/invite"
|
|
1915
|
+
"path": "/v1/companies/:companyUuid/signatories/invite",
|
|
1916
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_uuid-signatories-invite"
|
|
1659
1917
|
}
|
|
1660
1918
|
],
|
|
1661
1919
|
"variables": [
|
|
@@ -1667,11 +1925,13 @@
|
|
|
1667
1925
|
"endpoints": [
|
|
1668
1926
|
{
|
|
1669
1927
|
"method": "GET",
|
|
1670
|
-
"path": "/v1/companies/:companyId"
|
|
1928
|
+
"path": "/v1/companies/:companyId",
|
|
1929
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies"
|
|
1671
1930
|
},
|
|
1672
1931
|
{
|
|
1673
1932
|
"method": "GET",
|
|
1674
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
1933
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
1934
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
1675
1935
|
}
|
|
1676
1936
|
],
|
|
1677
1937
|
"variables": [
|
|
@@ -1683,11 +1943,13 @@
|
|
|
1683
1943
|
"endpoints": [
|
|
1684
1944
|
{
|
|
1685
1945
|
"method": "GET",
|
|
1686
|
-
"path": "/v1/companies/:companyUuid/contractors"
|
|
1946
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
1947
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-contractors"
|
|
1687
1948
|
},
|
|
1688
1949
|
{
|
|
1689
1950
|
"method": "DELETE",
|
|
1690
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
1951
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
1952
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-contractors-contractor_uuid"
|
|
1691
1953
|
}
|
|
1692
1954
|
],
|
|
1693
1955
|
"variables": [
|
|
@@ -1699,15 +1961,18 @@
|
|
|
1699
1961
|
"endpoints": [
|
|
1700
1962
|
{
|
|
1701
1963
|
"method": "POST",
|
|
1702
|
-
"path": "/v1/companies/:companyUuid/contractors"
|
|
1964
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
1965
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_uuid-contractors"
|
|
1703
1966
|
},
|
|
1704
1967
|
{
|
|
1705
1968
|
"method": "GET",
|
|
1706
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
1969
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
1970
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
1707
1971
|
},
|
|
1708
1972
|
{
|
|
1709
1973
|
"method": "PUT",
|
|
1710
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
1974
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
1975
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_uuid"
|
|
1711
1976
|
}
|
|
1712
1977
|
],
|
|
1713
1978
|
"variables": [
|
|
@@ -1719,15 +1984,18 @@
|
|
|
1719
1984
|
"endpoints": [
|
|
1720
1985
|
{
|
|
1721
1986
|
"method": "GET",
|
|
1722
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
1987
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
1988
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
1723
1989
|
},
|
|
1724
1990
|
{
|
|
1725
1991
|
"method": "GET",
|
|
1726
|
-
"path": "/v1/contractors/:contractorUuid/address"
|
|
1992
|
+
"path": "/v1/contractors/:contractorUuid/address",
|
|
1993
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-address"
|
|
1727
1994
|
},
|
|
1728
1995
|
{
|
|
1729
1996
|
"method": "PUT",
|
|
1730
|
-
"path": "/v1/contractors/:contractorUuid/address"
|
|
1997
|
+
"path": "/v1/contractors/:contractorUuid/address",
|
|
1998
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_uuid-address"
|
|
1731
1999
|
}
|
|
1732
2000
|
],
|
|
1733
2001
|
"variables": [
|
|
@@ -1738,19 +2006,23 @@
|
|
|
1738
2006
|
"endpoints": [
|
|
1739
2007
|
{
|
|
1740
2008
|
"method": "GET",
|
|
1741
|
-
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
2009
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts",
|
|
2010
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-bank_accounts"
|
|
1742
2011
|
},
|
|
1743
2012
|
{
|
|
1744
2013
|
"method": "POST",
|
|
1745
|
-
"path": "/v1/contractors/:contractorUuid/bank_accounts"
|
|
2014
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts",
|
|
2015
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-contractors-contractor_uuid-bank_accounts"
|
|
1746
2016
|
},
|
|
1747
2017
|
{
|
|
1748
2018
|
"method": "GET",
|
|
1749
|
-
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
2019
|
+
"path": "/v1/contractors/:contractorUuid/payment_method",
|
|
2020
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-payment_method"
|
|
1750
2021
|
},
|
|
1751
2022
|
{
|
|
1752
2023
|
"method": "PUT",
|
|
1753
|
-
"path": "/v1/contractors/:contractorUuid/payment_method"
|
|
2024
|
+
"path": "/v1/contractors/:contractorUuid/payment_method",
|
|
2025
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_id-payment_method"
|
|
1754
2026
|
}
|
|
1755
2027
|
],
|
|
1756
2028
|
"variables": [
|
|
@@ -1761,11 +2033,13 @@
|
|
|
1761
2033
|
"endpoints": [
|
|
1762
2034
|
{
|
|
1763
2035
|
"method": "GET",
|
|
1764
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
2036
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
2037
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
1765
2038
|
},
|
|
1766
2039
|
{
|
|
1767
2040
|
"method": "PUT",
|
|
1768
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
2041
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
2042
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_uuid"
|
|
1769
2043
|
}
|
|
1770
2044
|
],
|
|
1771
2045
|
"variables": [
|
|
@@ -1776,15 +2050,18 @@
|
|
|
1776
2050
|
"endpoints": [
|
|
1777
2051
|
{
|
|
1778
2052
|
"method": "GET",
|
|
1779
|
-
"path": "/v1/contractors/:contractorUuid"
|
|
2053
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
2054
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
1780
2055
|
},
|
|
1781
2056
|
{
|
|
1782
2057
|
"method": "GET",
|
|
1783
|
-
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
2058
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status",
|
|
2059
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-onboarding_status"
|
|
1784
2060
|
},
|
|
1785
2061
|
{
|
|
1786
2062
|
"method": "PUT",
|
|
1787
|
-
"path": "/v1/contractors/:contractorUuid/onboarding_status"
|
|
2063
|
+
"path": "/v1/contractors/:contractorUuid/onboarding_status",
|
|
2064
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_uuid-onboarding_status"
|
|
1788
2065
|
}
|
|
1789
2066
|
],
|
|
1790
2067
|
"variables": [
|
|
@@ -1795,7 +2072,8 @@
|
|
|
1795
2072
|
"endpoints": [
|
|
1796
2073
|
{
|
|
1797
2074
|
"method": "GET",
|
|
1798
|
-
"path": "/v1/contractors/:contractorUuid/documents"
|
|
2075
|
+
"path": "/v1/contractors/:contractorUuid/documents",
|
|
2076
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor-documents"
|
|
1799
2077
|
}
|
|
1800
2078
|
],
|
|
1801
2079
|
"variables": [
|
|
@@ -1806,15 +2084,18 @@
|
|
|
1806
2084
|
"endpoints": [
|
|
1807
2085
|
{
|
|
1808
2086
|
"method": "GET",
|
|
1809
|
-
"path": "/v1/documents/:documentUuid"
|
|
2087
|
+
"path": "/v1/documents/:documentUuid",
|
|
2088
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor-document"
|
|
1810
2089
|
},
|
|
1811
2090
|
{
|
|
1812
2091
|
"method": "GET",
|
|
1813
|
-
"path": "/v1/documents/:documentUuid/pdf"
|
|
2092
|
+
"path": "/v1/documents/:documentUuid/pdf",
|
|
2093
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor-document-pdf"
|
|
1814
2094
|
},
|
|
1815
2095
|
{
|
|
1816
2096
|
"method": "PUT",
|
|
1817
|
-
"path": "/v1/documents/:documentUuid/sign"
|
|
2097
|
+
"path": "/v1/documents/:documentUuid/sign",
|
|
2098
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractor-document-sign"
|
|
1818
2099
|
}
|
|
1819
2100
|
],
|
|
1820
2101
|
"variables": [
|
|
@@ -1825,11 +2106,13 @@
|
|
|
1825
2106
|
"endpoints": [
|
|
1826
2107
|
{
|
|
1827
2108
|
"method": "GET",
|
|
1828
|
-
"path": "/v1/companies/:companyId/contractor_payment_groups"
|
|
2109
|
+
"path": "/v1/companies/:companyId/contractor_payment_groups",
|
|
2110
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-contractor_payment_groups"
|
|
1829
2111
|
},
|
|
1830
2112
|
{
|
|
1831
2113
|
"method": "GET",
|
|
1832
|
-
"path": "/v1/companies/:companyUuid/information_requests"
|
|
2114
|
+
"path": "/v1/companies/:companyUuid/information_requests",
|
|
2115
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-information-requests"
|
|
1833
2116
|
}
|
|
1834
2117
|
],
|
|
1835
2118
|
"variables": [
|
|
@@ -1841,23 +2124,28 @@
|
|
|
1841
2124
|
"endpoints": [
|
|
1842
2125
|
{
|
|
1843
2126
|
"method": "GET",
|
|
1844
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
2127
|
+
"path": "/v1/companies/:companyId/bank_accounts",
|
|
2128
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-bank-accounts"
|
|
1845
2129
|
},
|
|
1846
2130
|
{
|
|
1847
2131
|
"method": "POST",
|
|
1848
|
-
"path": "/v1/companies/:companyId/contractor_payment_groups"
|
|
2132
|
+
"path": "/v1/companies/:companyId/contractor_payment_groups",
|
|
2133
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-contractor_payment_groups"
|
|
1849
2134
|
},
|
|
1850
2135
|
{
|
|
1851
2136
|
"method": "POST",
|
|
1852
|
-
"path": "/v1/companies/:companyId/contractor_payment_groups/preview"
|
|
2137
|
+
"path": "/v1/companies/:companyId/contractor_payment_groups/preview",
|
|
2138
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-contractor_payment_groups-preview"
|
|
1853
2139
|
},
|
|
1854
2140
|
{
|
|
1855
2141
|
"method": "GET",
|
|
1856
|
-
"path": "/v1/companies/:companyUuid/contractors"
|
|
2142
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
2143
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-contractors"
|
|
1857
2144
|
},
|
|
1858
2145
|
{
|
|
1859
2146
|
"method": "GET",
|
|
1860
|
-
"path": "/v1/companies/:companyUuid/payment_configs"
|
|
2147
|
+
"path": "/v1/companies/:companyUuid/payment_configs",
|
|
2148
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-payment-configs"
|
|
1861
2149
|
}
|
|
1862
2150
|
],
|
|
1863
2151
|
"variables": [
|
|
@@ -1869,15 +2157,18 @@
|
|
|
1869
2157
|
"endpoints": [
|
|
1870
2158
|
{
|
|
1871
2159
|
"method": "DELETE",
|
|
1872
|
-
"path": "/v1/companies/:companyId/contractor_payments/:contractorPaymentId"
|
|
2160
|
+
"path": "/v1/companies/:companyId/contractor_payments/:contractorPaymentId",
|
|
2161
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-companies-company_id-contractor_payment-contractor-payment"
|
|
1873
2162
|
},
|
|
1874
2163
|
{
|
|
1875
2164
|
"method": "GET",
|
|
1876
|
-
"path": "/v1/companies/:companyUuid/contractors"
|
|
2165
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
2166
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-contractors"
|
|
1877
2167
|
},
|
|
1878
2168
|
{
|
|
1879
2169
|
"method": "GET",
|
|
1880
|
-
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
2170
|
+
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid",
|
|
2171
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor_payment_groups-contractor_payment_group_id"
|
|
1881
2172
|
}
|
|
1882
2173
|
],
|
|
1883
2174
|
"variables": [
|
|
@@ -1891,15 +2182,18 @@
|
|
|
1891
2182
|
"endpoints": [
|
|
1892
2183
|
{
|
|
1893
2184
|
"method": "GET",
|
|
1894
|
-
"path": "/v1/companies/:companyId/bank_accounts"
|
|
2185
|
+
"path": "/v1/companies/:companyId/bank_accounts",
|
|
2186
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-bank-accounts"
|
|
1895
2187
|
},
|
|
1896
2188
|
{
|
|
1897
2189
|
"method": "GET",
|
|
1898
|
-
"path": "/v1/companies/:companyUuid/contractors"
|
|
2190
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
2191
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-contractors"
|
|
1899
2192
|
},
|
|
1900
2193
|
{
|
|
1901
2194
|
"method": "GET",
|
|
1902
|
-
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
2195
|
+
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid",
|
|
2196
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor_payment_groups-contractor_payment_group_id"
|
|
1903
2197
|
}
|
|
1904
2198
|
],
|
|
1905
2199
|
"variables": [
|
|
@@ -1912,15 +2206,18 @@
|
|
|
1912
2206
|
"endpoints": [
|
|
1913
2207
|
{
|
|
1914
2208
|
"method": "GET",
|
|
1915
|
-
"path": "/v1/companies/:companyUuid/contractors"
|
|
2209
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
2210
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_uuid-contractors"
|
|
1916
2211
|
},
|
|
1917
2212
|
{
|
|
1918
2213
|
"method": "GET",
|
|
1919
|
-
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid"
|
|
2214
|
+
"path": "/v1/contractor_payment_groups/:contractorPaymentGroupUuid",
|
|
2215
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor_payment_groups-contractor_payment_group_id"
|
|
1920
2216
|
},
|
|
1921
2217
|
{
|
|
1922
2218
|
"method": "GET",
|
|
1923
|
-
"path": "/v1/contractor_payments/:contractorPaymentUuid/receipt"
|
|
2219
|
+
"path": "/v1/contractor_payments/:contractorPaymentUuid/receipt",
|
|
2220
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor_payments-contractor_payment_uuid-receipt"
|
|
1924
2221
|
}
|
|
1925
2222
|
],
|
|
1926
2223
|
"variables": [
|
|
@@ -2087,5 +2384,612 @@
|
|
|
2087
2384
|
"TimeOff.ViewHolidaySchedule"
|
|
2088
2385
|
]
|
|
2089
2386
|
}
|
|
2387
|
+
},
|
|
2388
|
+
"hooks": {
|
|
2389
|
+
"useBankForm": {
|
|
2390
|
+
"endpoints": [
|
|
2391
|
+
{
|
|
2392
|
+
"method": "POST",
|
|
2393
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
2394
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-bank_accounts"
|
|
2395
|
+
}
|
|
2396
|
+
],
|
|
2397
|
+
"variables": [
|
|
2398
|
+
"employeeId"
|
|
2399
|
+
]
|
|
2400
|
+
},
|
|
2401
|
+
"useChildSupportGarnishmentForm": {
|
|
2402
|
+
"endpoints": [
|
|
2403
|
+
{
|
|
2404
|
+
"method": "GET",
|
|
2405
|
+
"path": "/v1/employees/:employeeId/garnishments",
|
|
2406
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-garnishments"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"method": "POST",
|
|
2410
|
+
"path": "/v1/employees/:employeeId/garnishments",
|
|
2411
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-garnishments"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"method": "PUT",
|
|
2415
|
+
"path": "/v1/garnishments/:garnishmentId",
|
|
2416
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-garnishments-garnishment_id"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"method": "GET",
|
|
2420
|
+
"path": "/v1/garnishments/child_support",
|
|
2421
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-garnishments-child_support"
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
"variables": [
|
|
2425
|
+
"employeeId",
|
|
2426
|
+
"garnishmentId"
|
|
2427
|
+
]
|
|
2428
|
+
},
|
|
2429
|
+
"useCompensationForm": {
|
|
2430
|
+
"endpoints": [
|
|
2431
|
+
{
|
|
2432
|
+
"method": "PUT",
|
|
2433
|
+
"path": "/v1/compensations/:compensationId",
|
|
2434
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-compensations-compensation_id"
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"method": "GET",
|
|
2438
|
+
"path": "/v1/employees/:employeeId",
|
|
2439
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"method": "GET",
|
|
2443
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
2444
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-jobs"
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"method": "GET",
|
|
2448
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
2449
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"method": "POST",
|
|
2453
|
+
"path": "/v1/jobs/:jobId/compensations",
|
|
2454
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-compensations-compensation_id"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"method": "GET",
|
|
2458
|
+
"path": "/v1/locations/:locationUuid/minimum_wages",
|
|
2459
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-locations-location_uuid-minimum_wages"
|
|
2460
|
+
}
|
|
2461
|
+
],
|
|
2462
|
+
"variables": [
|
|
2463
|
+
"compensationId",
|
|
2464
|
+
"employeeId",
|
|
2465
|
+
"jobId",
|
|
2466
|
+
"locationUuid"
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2469
|
+
"useContractorAddressForm": {
|
|
2470
|
+
"endpoints": [
|
|
2471
|
+
{
|
|
2472
|
+
"method": "GET",
|
|
2473
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
2474
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"method": "GET",
|
|
2478
|
+
"path": "/v1/contractors/:contractorUuid/address",
|
|
2479
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-address"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"method": "PUT",
|
|
2483
|
+
"path": "/v1/contractors/:contractorUuid/address",
|
|
2484
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_uuid-address"
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"variables": [
|
|
2488
|
+
"contractorUuid"
|
|
2489
|
+
]
|
|
2490
|
+
},
|
|
2491
|
+
"useContractorBankAccountForm": {
|
|
2492
|
+
"endpoints": [
|
|
2493
|
+
{
|
|
2494
|
+
"method": "GET",
|
|
2495
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts",
|
|
2496
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-bank_accounts"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"method": "POST",
|
|
2500
|
+
"path": "/v1/contractors/:contractorUuid/bank_accounts",
|
|
2501
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-contractors-contractor_uuid-bank_accounts"
|
|
2502
|
+
}
|
|
2503
|
+
],
|
|
2504
|
+
"variables": [
|
|
2505
|
+
"contractorUuid"
|
|
2506
|
+
]
|
|
2507
|
+
},
|
|
2508
|
+
"useContractorDetailsForm": {
|
|
2509
|
+
"endpoints": [
|
|
2510
|
+
{
|
|
2511
|
+
"method": "POST",
|
|
2512
|
+
"path": "/v1/companies/:companyUuid/contractors",
|
|
2513
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_uuid-contractors"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"method": "GET",
|
|
2517
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
2518
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid"
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"method": "PUT",
|
|
2522
|
+
"path": "/v1/contractors/:contractorUuid",
|
|
2523
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_uuid"
|
|
2524
|
+
}
|
|
2525
|
+
],
|
|
2526
|
+
"variables": [
|
|
2527
|
+
"companyUuid",
|
|
2528
|
+
"contractorUuid"
|
|
2529
|
+
]
|
|
2530
|
+
},
|
|
2531
|
+
"useContractorDocumentsList": {
|
|
2532
|
+
"endpoints": [
|
|
2533
|
+
{
|
|
2534
|
+
"method": "GET",
|
|
2535
|
+
"path": "/v1/contractors/:contractorUuid/documents",
|
|
2536
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor-documents"
|
|
2537
|
+
}
|
|
2538
|
+
],
|
|
2539
|
+
"variables": [
|
|
2540
|
+
"contractorUuid"
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
"useContractorPaymentMethodForm": {
|
|
2544
|
+
"endpoints": [
|
|
2545
|
+
{
|
|
2546
|
+
"method": "GET",
|
|
2547
|
+
"path": "/v1/contractors/:contractorUuid/payment_method",
|
|
2548
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractors-contractor_uuid-payment_method"
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"method": "PUT",
|
|
2552
|
+
"path": "/v1/contractors/:contractorUuid/payment_method",
|
|
2553
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractors-contractor_id-payment_method"
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2556
|
+
"variables": [
|
|
2557
|
+
"contractorUuid"
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
2560
|
+
"useContractorSignatureForm": {
|
|
2561
|
+
"endpoints": [
|
|
2562
|
+
{
|
|
2563
|
+
"method": "GET",
|
|
2564
|
+
"path": "/v1/documents/:documentUuid",
|
|
2565
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor-document"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"method": "GET",
|
|
2569
|
+
"path": "/v1/documents/:documentUuid/pdf",
|
|
2570
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-contractor-document-pdf"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"method": "PUT",
|
|
2574
|
+
"path": "/v1/documents/:documentUuid/sign",
|
|
2575
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-contractor-document-sign"
|
|
2576
|
+
}
|
|
2577
|
+
],
|
|
2578
|
+
"variables": [
|
|
2579
|
+
"documentUuid"
|
|
2580
|
+
]
|
|
2581
|
+
},
|
|
2582
|
+
"useCurrentHomeAddressForm": {
|
|
2583
|
+
"endpoints": [
|
|
2584
|
+
{
|
|
2585
|
+
"method": "GET",
|
|
2586
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
2587
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-home_addresses"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"method": "POST",
|
|
2591
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
2592
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-home_addresses"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"method": "GET",
|
|
2596
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
2597
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-home_addresses-home_address_uuid"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"method": "PUT",
|
|
2601
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
2602
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-home_addresses-home_address_uuid"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"variables": [
|
|
2606
|
+
"employeeId",
|
|
2607
|
+
"homeAddressUuid"
|
|
2608
|
+
]
|
|
2609
|
+
},
|
|
2610
|
+
"useCurrentWorkAddressForm": {
|
|
2611
|
+
"endpoints": [
|
|
2612
|
+
{
|
|
2613
|
+
"method": "GET",
|
|
2614
|
+
"path": "/v1/companies/:companyId/locations",
|
|
2615
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-locations"
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"method": "GET",
|
|
2619
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
2620
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"method": "POST",
|
|
2624
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
2625
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-work_addresses"
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"method": "GET",
|
|
2629
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
2630
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-work_addresses-work_address_uuid"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"method": "PUT",
|
|
2634
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
2635
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-work_addresses-work_address_uuid"
|
|
2636
|
+
}
|
|
2637
|
+
],
|
|
2638
|
+
"variables": [
|
|
2639
|
+
"companyId",
|
|
2640
|
+
"employeeId",
|
|
2641
|
+
"workAddressUuid"
|
|
2642
|
+
]
|
|
2643
|
+
},
|
|
2644
|
+
"useDeductionForm": {
|
|
2645
|
+
"endpoints": [
|
|
2646
|
+
{
|
|
2647
|
+
"method": "GET",
|
|
2648
|
+
"path": "/v1/employees/:employeeId/garnishments",
|
|
2649
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-garnishments"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"method": "POST",
|
|
2653
|
+
"path": "/v1/employees/:employeeId/garnishments",
|
|
2654
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-garnishments"
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"method": "PUT",
|
|
2658
|
+
"path": "/v1/garnishments/:garnishmentId",
|
|
2659
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-garnishments-garnishment_id"
|
|
2660
|
+
}
|
|
2661
|
+
],
|
|
2662
|
+
"variables": [
|
|
2663
|
+
"employeeId",
|
|
2664
|
+
"garnishmentId"
|
|
2665
|
+
]
|
|
2666
|
+
},
|
|
2667
|
+
"useEmployeeDetailsForm": {
|
|
2668
|
+
"endpoints": [
|
|
2669
|
+
{
|
|
2670
|
+
"method": "POST",
|
|
2671
|
+
"path": "/v1/companies/:companyId/employees",
|
|
2672
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"method": "GET",
|
|
2676
|
+
"path": "/v1/employees/:employeeId",
|
|
2677
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"method": "PUT",
|
|
2681
|
+
"path": "/v1/employees/:employeeId",
|
|
2682
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"method": "PUT",
|
|
2686
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
2687
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_status"
|
|
2688
|
+
}
|
|
2689
|
+
],
|
|
2690
|
+
"variables": [
|
|
2691
|
+
"companyId",
|
|
2692
|
+
"employeeId"
|
|
2693
|
+
]
|
|
2694
|
+
},
|
|
2695
|
+
"useEmployeeList": {
|
|
2696
|
+
"endpoints": [
|
|
2697
|
+
{
|
|
2698
|
+
"method": "GET",
|
|
2699
|
+
"path": "/v1/companies/:companyId/employees",
|
|
2700
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-employees"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"method": "DELETE",
|
|
2704
|
+
"path": "/v1/employees/:employeeId",
|
|
2705
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/delete-v1-employee"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"method": "PUT",
|
|
2709
|
+
"path": "/v1/employees/:employeeId/onboarding_status",
|
|
2710
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-onboarding_status"
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"variables": [
|
|
2714
|
+
"companyId",
|
|
2715
|
+
"employeeId"
|
|
2716
|
+
]
|
|
2717
|
+
},
|
|
2718
|
+
"useEmployeeStateTaxesForm": {
|
|
2719
|
+
"endpoints": [
|
|
2720
|
+
{
|
|
2721
|
+
"method": "GET",
|
|
2722
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
2723
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-state_taxes"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"method": "PUT",
|
|
2727
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
2728
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-state_taxes"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"variables": [
|
|
2732
|
+
"employeeUuid"
|
|
2733
|
+
]
|
|
2734
|
+
},
|
|
2735
|
+
"useFederalTaxesForm": {
|
|
2736
|
+
"endpoints": [
|
|
2737
|
+
{
|
|
2738
|
+
"method": "GET",
|
|
2739
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes",
|
|
2740
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-federal_taxes"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"method": "PUT",
|
|
2744
|
+
"path": "/v1/employees/:employeeUuid/federal_taxes",
|
|
2745
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-federal_taxes"
|
|
2746
|
+
}
|
|
2747
|
+
],
|
|
2748
|
+
"variables": [
|
|
2749
|
+
"employeeUuid"
|
|
2750
|
+
]
|
|
2751
|
+
},
|
|
2752
|
+
"useHomeAddressForm": {
|
|
2753
|
+
"endpoints": [
|
|
2754
|
+
{
|
|
2755
|
+
"method": "GET",
|
|
2756
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
2757
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-home_addresses"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"method": "POST",
|
|
2761
|
+
"path": "/v1/employees/:employeeId/home_addresses",
|
|
2762
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-home_addresses"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"method": "GET",
|
|
2766
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
2767
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-home_addresses-home_address_uuid"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"method": "PUT",
|
|
2771
|
+
"path": "/v1/home_addresses/:homeAddressUuid",
|
|
2772
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-home_addresses-home_address_uuid"
|
|
2773
|
+
}
|
|
2774
|
+
],
|
|
2775
|
+
"variables": [
|
|
2776
|
+
"employeeId",
|
|
2777
|
+
"homeAddressUuid"
|
|
2778
|
+
]
|
|
2779
|
+
},
|
|
2780
|
+
"useJobForm": {
|
|
2781
|
+
"endpoints": [
|
|
2782
|
+
{
|
|
2783
|
+
"method": "GET",
|
|
2784
|
+
"path": "/v1/companies/:companyId/federal_tax_details",
|
|
2785
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-federal_tax_details"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"method": "PUT",
|
|
2789
|
+
"path": "/v1/compensations/:compensationId",
|
|
2790
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-compensations-compensation_id"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"method": "GET",
|
|
2794
|
+
"path": "/v1/employees/:employeeId",
|
|
2795
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees"
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"method": "GET",
|
|
2799
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
2800
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-jobs"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"method": "POST",
|
|
2804
|
+
"path": "/v1/employees/:employeeId/jobs",
|
|
2805
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-jobs"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"method": "GET",
|
|
2809
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
2810
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"method": "PUT",
|
|
2814
|
+
"path": "/v1/jobs/:jobId",
|
|
2815
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-jobs-job_id"
|
|
2816
|
+
}
|
|
2817
|
+
],
|
|
2818
|
+
"variables": [
|
|
2819
|
+
"companyId",
|
|
2820
|
+
"compensationId",
|
|
2821
|
+
"employeeId",
|
|
2822
|
+
"jobId"
|
|
2823
|
+
]
|
|
2824
|
+
},
|
|
2825
|
+
"usePaymentMethodForm": {
|
|
2826
|
+
"endpoints": [
|
|
2827
|
+
{
|
|
2828
|
+
"method": "GET",
|
|
2829
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
2830
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-payment_method"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"method": "PUT",
|
|
2834
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
2835
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-payment_method"
|
|
2836
|
+
}
|
|
2837
|
+
],
|
|
2838
|
+
"variables": [
|
|
2839
|
+
"employeeId"
|
|
2840
|
+
]
|
|
2841
|
+
},
|
|
2842
|
+
"usePayScheduleForm": {
|
|
2843
|
+
"endpoints": [
|
|
2844
|
+
{
|
|
2845
|
+
"method": "POST",
|
|
2846
|
+
"path": "/v1/companies/:companyId/pay_schedules",
|
|
2847
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-companies-company_id-pay_schedules"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"method": "GET",
|
|
2851
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId",
|
|
2852
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules-pay_schedule_id"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"method": "PUT",
|
|
2856
|
+
"path": "/v1/companies/:companyId/pay_schedules/:payScheduleId",
|
|
2857
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-companies-company_id-pay_schedules-pay_schedule_id"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"method": "GET",
|
|
2861
|
+
"path": "/v1/companies/:companyId/pay_schedules/preview",
|
|
2862
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-pay_schedules-preview"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"method": "GET",
|
|
2866
|
+
"path": "/v1/companies/:companyUuid/payment_configs",
|
|
2867
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-payment-configs"
|
|
2868
|
+
}
|
|
2869
|
+
],
|
|
2870
|
+
"variables": [
|
|
2871
|
+
"companyId",
|
|
2872
|
+
"companyUuid",
|
|
2873
|
+
"payScheduleId"
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2876
|
+
"useSignCompanyForm": {
|
|
2877
|
+
"endpoints": [
|
|
2878
|
+
{
|
|
2879
|
+
"method": "GET",
|
|
2880
|
+
"path": "/v1/forms/:formId",
|
|
2881
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-form"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"method": "GET",
|
|
2885
|
+
"path": "/v1/forms/:formId/pdf",
|
|
2886
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-company-form-pdf"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"method": "PUT",
|
|
2890
|
+
"path": "/v1/forms/:formId/sign",
|
|
2891
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-company-form-sign"
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"variables": [
|
|
2895
|
+
"formId"
|
|
2896
|
+
]
|
|
2897
|
+
},
|
|
2898
|
+
"useSignEmployeeForm": {
|
|
2899
|
+
"endpoints": [
|
|
2900
|
+
{
|
|
2901
|
+
"method": "GET",
|
|
2902
|
+
"path": "/v1/employees/:employeeId/forms/:formId",
|
|
2903
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"method": "GET",
|
|
2907
|
+
"path": "/v1/employees/:employeeId/forms/:formId/pdf",
|
|
2908
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employee-form-pdf"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"method": "PUT",
|
|
2912
|
+
"path": "/v1/employees/:employeeId/forms/:formId/sign",
|
|
2913
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employee-form-sign"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"variables": [
|
|
2917
|
+
"employeeId",
|
|
2918
|
+
"formId"
|
|
2919
|
+
]
|
|
2920
|
+
},
|
|
2921
|
+
"useSplitPaymentsForm": {
|
|
2922
|
+
"endpoints": [
|
|
2923
|
+
{
|
|
2924
|
+
"method": "GET",
|
|
2925
|
+
"path": "/v1/employees/:employeeId/bank_accounts",
|
|
2926
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-bank_accounts"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"method": "GET",
|
|
2930
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
2931
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-payment_method"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"method": "PUT",
|
|
2935
|
+
"path": "/v1/employees/:employeeId/payment_method",
|
|
2936
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-payment_method"
|
|
2937
|
+
}
|
|
2938
|
+
],
|
|
2939
|
+
"variables": [
|
|
2940
|
+
"employeeId"
|
|
2941
|
+
]
|
|
2942
|
+
},
|
|
2943
|
+
"useStateFields": {
|
|
2944
|
+
"endpoints": [
|
|
2945
|
+
{
|
|
2946
|
+
"method": "GET",
|
|
2947
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
2948
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-state_taxes"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"method": "PUT",
|
|
2952
|
+
"path": "/v1/employees/:employeeUuid/state_taxes",
|
|
2953
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-employees-employee_id-state_taxes"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"variables": [
|
|
2957
|
+
"employeeUuid"
|
|
2958
|
+
]
|
|
2959
|
+
},
|
|
2960
|
+
"useWorkAddressForm": {
|
|
2961
|
+
"endpoints": [
|
|
2962
|
+
{
|
|
2963
|
+
"method": "GET",
|
|
2964
|
+
"path": "/v1/companies/:companyId/locations",
|
|
2965
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-companies-company_id-locations"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"method": "GET",
|
|
2969
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
2970
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-employees-employee_id-work_addresses"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"method": "POST",
|
|
2974
|
+
"path": "/v1/employees/:employeeId/work_addresses",
|
|
2975
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/post-v1-employees-employee_id-work_addresses"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"method": "GET",
|
|
2979
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
2980
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/get-v1-work_addresses-work_address_uuid"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"method": "PUT",
|
|
2984
|
+
"path": "/v1/work_addresses/:workAddressUuid",
|
|
2985
|
+
"docsUrl": "https://docs.gusto.com/embedded-payroll/v2026-02-01/reference/put-v1-work_addresses-work_address_uuid"
|
|
2986
|
+
}
|
|
2987
|
+
],
|
|
2988
|
+
"variables": [
|
|
2989
|
+
"companyId",
|
|
2990
|
+
"employeeId",
|
|
2991
|
+
"workAddressUuid"
|
|
2992
|
+
]
|
|
2993
|
+
}
|
|
2090
2994
|
}
|
|
2091
2995
|
}
|