Update an employee's onboarding documents configAsk AIput https://api.gusto-demo.com/v1/employees/{employee_id}/onboarding_documents_configIndicate whether to include the Form I-9 for an employee during the onboarding process. If included, the employee will be prompted to complete Form I-9 as part of their onboarding. Related guides Employee onboarding scope: employees:managePath Paramsemployee_idstringrequiredThe UUID of the employeeBody Paramsi9_documentbooleanDefaults to falseWhether to include Form I-9 for this employee during onboarding. When true, the employee will be prompted to complete Form I-9 as part of their onboarding.truefalseHeadersX-Gusto-API-VersionstringenumDefaults to 2026-02-01Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.2026-02-01Allowed:2026-02-01Responses 200Success 404Not Found The requested resource does not exist. Make sure the provided UUID is valid.Updated about 2 months ago