---
title: "One stop setup for I9Center V2"
method: POST
path: "/api/serviceemployment/processes/i9center/setup"
tags: ["i9center"]
---

# One stop setup for I9Center V2

`POST /api/serviceemployment/processes/i9center/setup`

## Request body

- SetupI9CenterReqBody — Request body for I9Center setup endpoint. This endpoint configures I-9 and W-4 form processing for a company. All fields are optional. If omitted, sensible defaults will be applied. The endpoint will create or update the company's onboarding provider configuration with Workbright as the default provider for both I-9 and W-4 forms. MULTI-EIN SUPPORT: By default, the system creates one Workbright credential per EIN when multiple EINs are configured. Each Workbright credential is linked to its EIN, and the default EIN's Workbright credential is marked as the default credential. To override this behavior and use a single shared Workbright credential for all EINs, set useOneWbCredentialForAllEin=true or provide manual Workbright credentials (wbApiKey). If hireAccountUuid is provided, the system will configure Fountain Hire integration using the provided hireAccountUuid and PAPI credentials. PAPI credentials (papiAccountUuid, papiAccountApiKey, partnerGatewayBaseUrl) can be optionally provided in the request body. If not provided, the system will use default PAPI credentials. If hireAccountUuid is not provided, PAPI setup will be skipped and hirePapiSettings will not be set in the configuration. This is designed for one-call setup by AI agents, allowing flexibility to customize PAPI credentials per company or use system defaults. AI OUTPUT RULE FOR UPDATE REQUESTS: build a MINIMAL PATCH only. Include ONLY fields explicitly provided by the user in the current request. Do NOT infer/backfill from prior messages or fetched data. Do NOT send empty string, null, undefined, default false, or unchanged values unless explicitly requested.
  - `eVerifyEnabled` boolean — Enable E-Verify integration. E-Verify is an internet-based system that compares information from an employee's Form I-9 to data from U.S. government records to confirm employment eligibility. When enabled, the system will automatically verify new hires through E-Verify. Set to true to enable E-Verify, false to disable, or omit to use the default (false).
  - `skipEVerifyStates` string[] — List of U.S. state codes (two-letter abbreviations) where E-Verify should be skipped, even if eVerifyEnabled is true. This is useful for states that have restrictions on E-Verify usage or when certain states should be excluded from verification. Each element should be a valid two-letter state code (e.g., "CA", "NY", "TX").
  - `skipEVerifyByJobs` string[] — List of job UUIDs where E-Verify should be skipped. This allows you to exclude specific job positions from E-Verify verification. Each element should be a valid UUID string. Useful when certain job types or positions should not be subject to E-Verify requirements.
  - `keepTaskInProgressUntilSection2Completion` boolean — When true, keeps the I-9 task in "in progress" status until Section 2 of the I-9 form is completed. Section 2 is the employer verification section that must be completed within 3 business days of the employee's start date. This setting ensures the task remains active until the employer completes their portion. Set to true to enable this behavior, false to allow task completion after Section 1, or omit to use the default (false).
  - `section2CompletionIgnoresReceipts` boolean — When true, unsubmitted receipt documents do not block I-9 completion after Section 2 is countersigned. The section2 step advances to "completed" immediately, unblocking E-Verify processing. Defaults to false.
  - `resetI9OnInformationChange` boolean — When true, automatically resets the I-9 form when worker information changes (e.g., name, date of birth, SSN). This ensures I-9 forms stay current with worker data. Set to true to enable automatic resets, false to disable, or omit to use the default (false).
  - `resetI9OnRehire` boolean — When true, automatically resets the I-9 form when a worker is rehired. This ensures a fresh I-9 is completed for each new employment period. Set to true to enable automatic resets on rehire, false to disable, or omit to use the default (false).
  - `resetW4OnRehire` boolean — When true, automatically resets the W-4 form when a worker is rehired. This ensures workers can update their tax withholding preferences for each new employment period. Set to true to enable automatic resets on rehire, false to disable, or omit to use the default (false).
  - `importProvider` 'none' | 'hire' — The provider service to use for importing worker data into the onboarding system. Use "hire" to enable Hire.com integration, "none" to disable worker imports, or omit to use the default (none).
  - `w4StateTaxReciprocity` boolean — Enable state tax reciprocity for W-4 forms. When enabled, the system will handle state tax reciprocity agreements where workers who live in one state but work in another may be exempt from withholding in the work state. Set to true to enable reciprocity handling, false to disable, or omit to use the default (true).
  - `w4GroupCode` string — The W-4 group code used for organizing and categorizing W-4 forms. This is typically a company-specific code used for internal tracking and reporting. Should be a short alphanumeric string. If not provided, defaults to "AFPU".
  - `wbApiKey` string — The Workbright API key for authenticating API requests to Workbright services. Must be exactly 64 hexadecimal characters (0-9, a-f, A-F). This key is required to communicate with Workbright for I-9 and W-4 form processing. The key will be encrypted before storage. If not provided, a placeholder key will be used for testing purposes.
  - `wbSubdomain` string — The Workbright subdomain for your organization's Workbright instance. This is the unique identifier that appears in your Workbright URL (e.g., if your URL is "company.workbright.com", the subdomain is "company"). Required for connecting to the correct Workbright account. If not provided, defaults to "fountain-sandbox" for testing.
  - `wbProviderDomain` string — The Workbright provider domain suffix. This is typically ".workbright.fountain.com" for Fountain-managed Workbright instances. Used to construct the full Workbright API endpoint URL. If not provided, defaults to ".workbright.fountain.com".
  - `wbDefaultEmployeeId` string — The default employee ID to use when creating new employee records in Workbright. This is used as a fallback when no specific employee ID is provided. Typically set to "1" or another default identifier. If not provided, defaults to "1".
  - `hireAccountUuid` string, uuid — OPTIONAL: The Hire account UUID that identifies the Fountain Hire account to connect with this onboarding provider configuration. This is the external account identifier from Fountain Hire that will be used for worker data import (PAPI Partner API) and synchronization. If provided, the system will configure fountainHire settings along with PAPI credentials. If not provided, PAPI setup will be skipped and hirePapiSettings will not be set in the configuration and WX I9 Center will be configured without Hire.
  - `papiAccountUuid` string, uuid — OPTIONAL: The PAPI account UUID for authenticating with Hire.com's Partner API. This is the external PAPI account identifier in Hire.com used for partner API authentication. If not provided, the system will use default PAPI credentials. Provide this value if you need to use a specific PAPI account for this company.
  - `papiAccountApiKey` string — OPTIONAL: The PAPI account API key for authenticating API requests to Hire.com's Partner API. This key is required to communicate with Hire.com for worker data import and synchronization. If not provided, the system will use default PAPI credentials. Provide this value if you need to use a specific PAPI API key for this company.
  - `partnerGatewayBaseUrl` string, uri — OPTIONAL: The base URL for the Hire.com Partner Gateway API. This is the endpoint used to update partner status and details in Hire.com. Typically this is the partners API base URL (e.g., "https://partners-api.fountain.com/"). If not provided, the system will use the default Partner Gateway URL. Provide this value if you need to use a specific Partner Gateway endpoint for this company.
  - `lockSection2WorkerOnPortal` boolean — OPTIONAL: When true, prevents workers from being redirected to Hire.com even when they book a Section 2 appointment (video call or on-site appointment). Section 2 is the employer verification section of the I-9 form. This setting allows you to keep workers on the portal instead of redirecting them to Hire.com for Section 2 completion. Set to true to lock workers on the portal, false to allow redirects, or omit to use the default (false).
  - `workerTokenDurationInMinutes` integer — OPTIONAL: The duration in minutes for worker access tokens. This determines how long a worker's authentication token remains valid before they need to refresh it. Longer durations provide better user experience but may pose security risks. Shorter durations are more secure but may require workers to re-authenticate more frequently. If not provided, defaults to 30 minutes.
  - `papiStageSettings` object[] — OPTIONAL: Array of PAPI stage settings that define which onboarding tasks are available and how they are configured. Each entry specifies a task type (I-9, W-4, or combined) and its corresponding identifier. If not provided, the system will use default PAPI stage settings that include I-9, W-4, and combined I-9 and W-4 options. This allows you to customize which onboarding tasks are available for workers.
    - `id` 'id_1' | 'id_2' | 'id_4', required — The unique identifier for the PAPI stage option. This identifier should not change after initialization. Valid values are: "id_1" for I-9 forms, "id_2" for W-4 forms, and "id_4" for combined I-9 and W-4 forms.
    - `stageOption` 'I9' | 'W4' | 'I9 and W4', required — The name of the PAPI stage option. This represents the type of onboarding task that will be configured. Valid values are: "I9" for I-9 forms, "W4" for W-4 forms, and "I9 and W4" for combined I-9 and W-4 forms.
  - `useOneWbCredentialForAllEin` boolean — When true, uses a single shared Workbright credential for all EINs. When false (default), creates one Workbright credential per EIN. Ignored if manual Workbright credentials (wbApiKey) are provided.
  - `everifyAccountsByEin` object[] — Optional array of E-Verify account entries. Each entry has everifyAccount (partial for update, full for create) and optionally einUuid. If einUuid is provided, it must match one of the company's EINs and the E-Verify account is applied to that EIN's Workbright credential. If einUuid is omitted, the E-Verify account is applied to the default Workbright credential (used when the company has no EINs or a single shared credential). Decision rule: web_service_password present => CREATE payload, web_service_password absent => UPDATE payload. For UPDATE, send MINIMAL PATCH only (only explicit user-provided changed fields). Never include remembered/default/unchanged fields. Failures are reported in everifyAccountUpdates.failed (use "default" as einUuid in the response when the entry had no einUuid) and do not fail the overall setup.
    - `einUuid` string, uuid — UUID of the EIN to update or create E-Verify account for (use `getEins` from service-organizations). If omitted, applies to the default Workbright credential (e.g. when the company has no EINs or uses a single shared credential).
    - `everifyAccount` object, required — Simple rule to know what to send: if a password (web_service_password) is provided by the user, you must send all fields that are in the schema: company_id, program_administrator_id, program_administrator_first_name, program_administrator_last_name, program_administrator_email, program_administrator_phone, web_service_username, and web_service_password. If web_service_password is not provided, treat it as UPDATE and send a MINIMAL PATCH only. Include only fields explicitly provided by the user. Do not infer/backfill from memory or previous responses. Do not send empty string, null, undefined, false defaults, or unchanged fields unless explicitly requested. OPTIONAL means do not send the field at all (omit the key entirely). Example update payload: {"company_id":"123456789"}.
      - `company_id` string
      - `program_administrator_id` string
      - `program_administrator_first_name` string
      - `program_administrator_last_name` string
      - `program_administrator_email` string, email
      - `program_administrator_phone` string
      - `web_service_username` string
      - `web_service_password` string
  - `registrationInfosByEin` object[] — Optional array of registration information object per EIN. Each entry specifies an EIN UUID (must match one of the company's EINs) and an optional partial registration information. Missing fields are inferred from the existing EIN registration information or set to sensible defaults. Failures (e.g. EIN not found) are reported in the response (registrationInfoUpdates.failed) and do not fail the overall setup.
    - `einUuid` string, uuid, required — UUID of the EIN to update or create registration information for. The UUID can be found by using the `getEins` tool from service-organizations.
    - `registrationInfo` object — Partial EIN registration information. All fields optional. Missing fields are inferred from existing EIN or set to defaults. Failures do not fail the overall setup.
      - `name` string — Company name for this EIN.
      - `address` object — Company address. Omitted or partial; missing fields are inferred or defaulted.
        - `street` string — Street number and name
        - `city` string — City name
        - `state` union — US state or Canadian region: 2-letter code
          - 'AL' | 'AK' | 'AS' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FM' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MH' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'MP' | 'OH' | 'OK' | 'OR' | 'PW' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VI' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY'
          - 'AB' | 'BC' | 'MB' | 'NB' | 'NL' | 'NS' | 'NT' | 'NU' | 'ON' | 'PE' | 'QC' | 'SK' | 'YT'
        - `country` 'US' | 'AD' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'AE' | 'UM' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW' — Country code
        - `zip` string — ZIP or postal code
      - `settings_time_zone` 'Pacific/Niue' | 'Pacific/Pago_Pago' | 'Pacific/Honolulu' | 'Pacific/Rarotonga' | 'Pacific/Tahiti' | 'Pacific/Marquesas' | 'America/Anchorage' | 'Pacific/Gambier' | 'America/Los_Angeles' | 'America/Tijuana' | 'America/Vancouver' | 'America/Whitehorse' | 'Pacific/Pitcairn' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Edmonton' | 'America/Hermosillo' | 'America/Mazatlan' | 'America/Phoenix' | 'America/Yellowknife' | 'America/Belize' | 'America/Chicago' | 'America/Costa_Rica' | 'America/El_Salvador' | 'America/Guatemala' | 'America/Managua' | 'America/Mexico_City' | 'America/Regina' | 'America/Tegucigalpa' | 'America/Winnipeg' | 'Pacific/Galapagos' | 'America/Bogota' | 'America/Cancun' | 'America/Cayman' | 'America/Guayaquil' | 'America/Havana' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Lima' | 'America/Nassau' | 'America/New_York' | 'America/Panama' | 'America/Port-au-Prince' | 'America/Rio_Branco' | 'America/Toronto' | 'Pacific/Easter' | 'America/Caracas' | 'America/Asuncion' | 'America/Barbados' | 'America/Boa_Vista' | 'America/Campo_Grande' | 'America/Cuiaba' | 'America/Curacao' | 'America/Grand_Turk' | 'America/Guyana' | 'America/Halifax' | 'America/La_Paz' | 'America/Manaus' | 'America/Martinique' | 'America/Port_of_Spain' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Santo_Domingo' | 'America/Thule' | 'Atlantic/Bermuda' | 'America/St_Johns' | 'America/Araguaina' | 'America/Argentina/Buenos_Aires' | 'America/Bahia' | 'America/Belem' | 'America/Cayenne' | 'America/Fortaleza' | 'America/Godthab' | 'America/Maceio' | 'America/Miquelon' | 'America/Montevideo' | 'America/Paramaribo' | 'America/Recife' | 'America/Santiago' | 'America/Sao_Paulo' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Atlantic/Stanley' | 'America/Noronha' | 'Atlantic/South_Georgia' | 'America/Scoresbysund' | 'Atlantic/Azores' | 'Atlantic/Cape_Verde' | 'Africa/Abidjan' | 'Africa/Accra' | 'Africa/Bissau' | 'Africa/Casablanca' | 'Africa/El_Aaiun' | 'Africa/Monrovia' | 'America/Danmarkshavn' | 'Atlantic/Canary' | 'Atlantic/Faroe' | 'Atlantic/Reykjavik' | 'Etc/GMT' | 'Europe/Dublin' | 'Europe/Lisbon' | 'Europe/London' | 'Africa/Algiers' | 'Africa/Ceuta' | 'Africa/Lagos' | 'Africa/Ndjamena' | 'Africa/Tunis' | 'Africa/Windhoek' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Brussels' | 'Europe/Budapest' | 'Europe/Copenhagen' | 'Europe/Gibraltar' | 'Europe/Ljubljana' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Monaco' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Prague' | 'Europe/Rome' | 'Europe/Stockholm' | 'Europe/Tirane' | 'Europe/Vienna' | 'Europe/Warsaw' | 'Europe/Zurich' | 'Africa/Cairo' | 'Africa/Johannesburg' | 'Africa/Maputo' | 'Africa/Tripoli' | 'Asia/Amman' | 'Asia/Beirut' | 'Asia/Damascus' | 'Asia/Gaza' | 'Asia/Jerusalem' | 'Asia/Nicosia' | 'Europe/Athens' | 'Europe/Bucharest' | 'Europe/Chisinau' | 'Europe/Helsinki' | 'Europe/Istanbul' | 'Europe/Kaliningrad' | 'Europe/Kyiv' | 'Europe/Riga' | 'Europe/Sofia' | 'Europe/Tallinn' | 'Europe/Vilnius' | 'Africa/Khartoum' | 'Africa/Nairobi' | 'Antarctica/Syowa' | 'Asia/Baghdad' | 'Asia/Qatar' | 'Asia/Riyadh' | 'Europe/Minsk' | 'Europe/Moscow' | 'Asia/Tehran' | 'Asia/Baku' | 'Asia/Dubai' | 'Asia/Tbilisi' | 'Asia/Yerevan' | 'Europe/Samara' | 'Indian/Mahe' | 'Indian/Mauritius' | 'Indian/Reunion' | 'Asia/Kabul' | 'Antarctica/Mawson' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Dushanbe' | 'Asia/Karachi' | 'Asia/Tashkent' | 'Asia/Yekaterinburg' | 'Indian/Kerguelen' | 'Indian/Maldives' | 'Asia/Calcutta' | 'Asia/Colombo' | 'Asia/Katmandu' | 'Antarctica/Vostok' | 'Asia/Almaty' | 'Asia/Bishkek' | 'Asia/Dhaka' | 'Asia/Omsk' | 'Asia/Thimphu' | 'Indian/Chagos' | 'Asia/Rangoon' | 'Indian/Cocos' | 'Antarctica/Davis' | 'Asia/Bangkok' | 'Asia/Hovd' | 'Asia/Jakarta' | 'Asia/Krasnoyarsk' | 'Asia/Saigon' | 'Asia/Ho_Chi_Minh' | 'Indian/Christmas' | 'Antarctica/Casey' | 'Asia/Brunei' | 'Asia/Choibalsan' | 'Asia/Hong_Kong' | 'Asia/Irkutsk' | 'Asia/Kuala_Lumpur' | 'Asia/Macau' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Taipei' | 'Asia/Ulaanbaatar' | 'Australia/Perth' | 'Asia/Pyongyang' | 'Asia/Dili' | 'Asia/Jayapura' | 'Asia/Seoul' | 'Asia/Tokyo' | 'Asia/Yakutsk' | 'Pacific/Palau' | 'Australia/Adelaide' | 'Australia/Darwin' | 'Antarctica/DumontDUrville' | 'Asia/Magadan' | 'Asia/Vladivostok' | 'Australia/Brisbane' | 'Asia/Sakhalin' | 'Australia/Hobart' | 'Australia/Sydney' | 'Pacific/Chuuk' | 'Pacific/Guam' | 'Pacific/Port_Moresby' | 'Pacific/Efate' | 'Pacific/Guadalcanal' | 'Pacific/Kosrae' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pohnpei' | 'Asia/Kamchatka' | 'Pacific/Auckland' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Nauru' | 'Pacific/Tarawa' | 'Pacific/Wake' | 'Pacific/Wallis' | 'Pacific/Apia' | 'Pacific/Enderbury' | 'Pacific/Fakaofo' | 'Pacific/Tongatapu' | 'Pacific/Kiritimati' | 'UTC' — Time zone for the company (IANA identifier).

## Response `200`

I9Center setup completed successfully

- object
  - `data` object
    - `success` boolean — Indicates if the setup operation was successful
    - `i9Setup` boolean — True only on first setup (no employment settings existed before). False when updating or reusing existing I9Center configuration.
    - `papiSetup` boolean — Indicates if PAPI settings were applied (true) or skipped (false). Only present when success is true and i9Setup is true
    - `einMode` 'single' | 'multi' — The EIN mode used for credential creation. "single" when manual credentials provided, company has 0-1 EINs, or singleCredentialMode=true. "multi" when company has 2+ EINs and no override.
    - `credentialsCreated` number — Number of Workbright credentials created in this call. Zero when existing credentials were reused.
    - `settingsUpdated` boolean — Indicates that employment settings were created or updated. Always true on success.
    - `everifyAccountUpdates` object — Present when request body included everifyAccountsByEin. Reports which EINs had E-Verify accounts updated and which failed.
      - `updated` string[], required — EIN UUIDs for which E-Verify account was updated or created.
      - `failed` object[], required — EIN UUIDs for which E-Verify update/create failed, with reason.
        - `einUuid` string, uuid, required
        - `reason` string, required
    - `registrationInfoUpdates` object — Present when request body included registrationInfosByEin. Reports which EINs had registration information updated and which failed.
      - `updated` string[], required — EIN UUIDs for which registration information was updated.
      - `failed` object[], required — EIN UUIDs for which registration information update failed, with reason.
        - `einUuid` string, uuid, required
        - `reason` string, required
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
