---
title: "Update shifts, validated by rules. Fails with a 409 if there are any blockers. Note: When adding breaks use v4 uuid."
method: PATCH
path: "/api/serviceattendance/processes/shifts"
tags: ["shifts"]
---

# Update shifts, validated by rules. Fails with a 409 if there are any blockers. Note: When adding breaks use v4 uuid.

`PATCH /api/serviceattendance/processes/shifts`

## Request body

- Shift[]
  - `uuid` string, uuid
  - `createdAt` string, date-time
  - `createdBy` string, uuid
  - `lastUpdatedAt` string, date-time
  - `lastUpdatedBy` string, uuid
  - `lastUpdatedByAudience` string
  - `lastUpdatedByAudienceUuid` string, uuid
  - `lastUpdatedByImpersonatedBy` string, uuid
  - `lastUpdatedByCompanyUuid` string, uuid
  - `lastUpdatedByEnterpriseUuid` string, uuid
  - `workerUuid` string, uuid, nullable
  - `companyUuid` string, uuid, required
  - `locationUuid` string, uuid, required
  - `startTime` string, date-time
  - `endTime` string, date-time
  - `jobUuid` string, uuid, required
  - `breaks` object[]
    - `uuid` string, uuid
    - `startTime` string, date-time, required
    - `endTime` string, date-time, required
    - `paid` boolean, required
    - `type` 'automatic_break' | 'automatic_break_deduction'
    - `automaticBreakRuleUuid` string, uuid
    - `description` string
    - `removed` boolean
    - `removedAt` string, date-time
    - `removedBy` string, uuid
  - `state` 'draft' | 'published' | 'deleted' — Set by the server on create (always draft). Use publish endpoints to change lifecycle state.
  - `seenAt` string, date-time, nullable
  - `claimable` boolean
  - `nextVersion` object, nullable — Pending edits for a published shift. Not accepted on create; set via updateWithNextVersion.
    - `workerUuid` string, uuid, nullable
    - `startTime` string, date-time
    - `endTime` string, date-time
    - `jobUuid` string, uuid
    - `locationUuid` string, uuid
    - `claimable` boolean
    - `breaks` object[]
      - `uuid` string, uuid
      - `startTime` string, date-time, required
      - `endTime` string, date-time, required
      - `paid` boolean, required
    - `state` 'draft' | 'published' | 'deleted'
    - `virtualWorker` object
      - `uuid` string, uuid — Unique identifier
      - `createdAt` string, date-time — Creation timestamp
      - `createdBy` string, uuid — Creator UUID
      - `lastUpdatedAt` string, date-time — Last update timestamp
      - `lastUpdatedBy` string, uuid — Last updater UUID
      - `lastUpdatedByAudience` string — Audience of last updater
      - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
      - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
      - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
      - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
      - `firstname` string, required
      - `lastname` string
      - `middlename` string
      - `hasNoMiddleName` boolean
      - `displayFullName` string
      - `dashboardUrl` object
        - `slug` string, required
        - `baseUrl` string
      - `personalEmail` object, required
        - `email` string, email, required
        - `verified` boolean
        - `verifiedAt` string, date-time
      - `workEmail` object
        - `email` string, email
        - `verified` boolean
        - `verifiedAt` string, date-time
      - `mobilePhone` object
        - `number` string
        - `countryCode` string
        - `verified` boolean
        - `verifiedAt` string, date-time
      - `whatsAppPhone` object
        - `number` string
        - `countryCode` string
        - `verified` boolean
        - `verifiedAt` string, date-time
      - `homePhone` object
        - `number` string
        - `countryCode` string
        - `verified` boolean
        - `verifiedAt` string, date-time
      - `homeAddress` object
        - `address1` string
        - `address2` string
        - `city` string
        - `zip` string
        - `state` string
        - `country` string
      - `timezone` string
      - `locale` string, nullable
      - `companyUuid` string, uuid, required
      - `company` object
        - `uuid` string, uuid
        - `name` string
        - `slug` string
      - `jobUuid` string, uuid, nullable
      - `job` object
        - `uuid` string, uuid
        - `name` string
        - `description` string
      - `jobIdentifiers` object[]
        - `jobUuid` string, uuid
        - `relationship` 'primary' | 'secondary'
      - `jobs` object[]
        - `uuid` string, uuid
        - `name` string
        - `description` string
        - `allowUnscheduledShift` boolean
      - `brandUuid` string, uuid, nullable
      - `brand` object
        - `uuid` string, uuid
        - `name` string
      - `einUuid` string, uuid, nullable
      - `ein` object
        - `uuid` string, uuid
        - `label` string
      - `locationUuid` string, uuid
      - `locationUuids` string[]
      - `locationGroupUuids` string[]
      - `locations` object[]
        - `uuid` string, uuid — Unique identifier
        - `createdAt` string, date-time — Creation timestamp
        - `createdBy` string, uuid — Creator UUID
        - `lastUpdatedAt` string, date-time — Last update timestamp
        - `lastUpdatedBy` string, uuid — Last updater UUID
        - `lastUpdatedByAudience` string — Audience of last updater
        - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
        - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
        - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
        - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
        - `name` string, required
        - `description` string
        - `companyUuid` string, uuid
        - `street_address` string
        - `address_2` string
        - `city` string
        - `state_code` string
        - `postal_code` string
        - `country_code` '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' — 2-letter ISO country code
        - `locationNotes` string
        - `timezone` string
        - `language` string
        - `externalLocation` object — Metadata storage of the location data from an external source
          - `source` 'hire' | 'hire-go' | 'workday', required
          - `externalIdentifier` string, required
          - `externalCreatedAt` string, date-time, required
        - `geolocation` object
          - `latitude` number, required
          - `longitude` number, required
        - `brandUuid` string, uuid, nullable
        - `isRemote` boolean
        - `ownerUuid` string, uuid, nullable
        - `locationGroupUuid` string, uuid, nullable
        - `virtualLocationGroup` object
          - `name` string
      - `tags` object[]
        - `uuid` string, uuid
        - `name` string
      - `people` object
        - `uuid` string, required — reference UUID of the people entity
        - `index` number, required — index of the number of profile for one people entity
        - `locked` boolean, required — whether the people entity is locked
        - `reasons` string[]
      - `rehire` object
        - `isRehire` boolean — whether the worker is a rehire
        - `uuid` string — UUID of the previous worker profile. Absent when there is no matching duplicate.
        - `reasons` string[] — Why the rehire flag was set. Mirrors people.reasons for deduplication context.
      - `externalId` string — reference ID in external HRIS
      - `externalSource` string — source of truth for worker externalId
      - `externalSourceAccount` string — account of the external source
      - `applicantId` string — reference ID in ATS
      - `applicantSource` string — source of truth for worker applicantId
      - `backgroundCheckYardstikCandidateId` string — reference ID in 3rd party background check system
      - `dateOfBirth` string, date
      - `startDate` string, date
      - `hireDate` string, date
      - `terminationDate` string, date
      - `firstSeenAt` string, date-time
      - `lastSeenAt` string, date-time
      - `employmentStatus` object
        - `type` 'created' | 'preHire' | 'active' | 'rehire' | 'inactive' | 'terminated' | 'temporary'
        - `subtype` 'applicant' | 'employee' | 'leaveOfAbsence' | 'suspended' | 'seasonal' | 'furloughed' | 'resigned' | 'fired' | 'involuntarySeparation' | 'archived'
        - `lastStatusUpdateDate` string, date-time
      - `avatar` string, uri
      - `manager` object
        - `uuid` string, uuid
        - `displayFullName` string
      - `customAttributes` object[]
        - `customAttributeUuid` string, uuid
        - `value` union, required
          - string
          - string[]
          - object
            - `uuid` string, uuid
            - `url` string
            - `metadata` object
          - object
            - `address` string
            - `address2` string
            - `city` string
            - `state` string
            - `zip` string
            - `country` string
          - boolean
          - unknown
        - `translatedValue` string
        - `selectedLabels` string[]
        - `invalid` boolean
        - `invalidDetail` string
        - `customAttribute` object
          - `uuid` string, uuid
          - `createdAt` string, date-time — Creation timestamp
          - `createdBy` string, uuid — Creator UUID
          - `lastUpdatedAt` string, date-time — Last update timestamp
          - `lastUpdatedBy` string, uuid — Last updater UUID
          - `lastUpdatedByAudience` string — Audience of last updater
          - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
          - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
          - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
          - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
          - `companyUuid` string, uuid — Company UUID
          - `label` string, required
          - `key` string
          - `dataType` 'string' | 'number' | 'date' | 'boolean' | 'select' | 'address' | 'media' | 'signature' | 'complianceDocument', required
          - `description` string
          - `options` object[]
            - `value` string, required
            - `label` string
            - `hireValue` unknown
          - `resource` string
          - `resourceIdentifier` string, uuid
          - `readOnly` boolean — If true, this attribute cannot be modified. Can only be set by system.
          - `hidden` boolean — If true, this attribute won't be shown. Can only be set by system.
          - `protected` boolean — If true, this attribute can only be accessed by users with certain rights.
          - `hireDataKeyId` integer — The ID of the hire data key
      - `calculatedCustomAttributes` object
      - `segmentEnabled` boolean — if false, worker will not be in segment without the "include deactivated workers" option
      - `segmentUuids` string[] — list of the different segments the worker is matching
      - `messagingEnabled` boolean — if false, worker will not receive any message, except if the message has the "forceSend" option
      - `ssoEnabled` boolean — whether or not to enable Worker Portal SSO on this particular worker
      - `isTestWorker` boolean — declarative setting to help differenciate test workers from real workers
      - `importUpdatesLocked` boolean — if true, imported workers from our partners will update existing worker records with new data
      - `importProvider` 'none' | 'hire'
      - `technicalOptions` object
        - `lockEin` boolean — if true, do not allow to update the worker's EIN
      - `ssn` string
      - `appliedForSsn` boolean
      - `securityGroupUuids` string[]
      - `payRate` object
        - `uuid` string, uuid
        - `rate` number
        - `overtimeRate` number
        - `externalId` string
        - `currency` 'USD' | 'GBP' | 'EUR'
        - `createdAt` string, date-time
      - `payRateExceptions` object[]
        - `uuid` string, uuid
        - `rate` number
        - `overtimeRate` number
        - `currency` 'USD' | 'GBP' | 'EUR'
        - `locationUuid` string, uuid
        - `jobUuid` string, uuid
        - `externalId` string
        - `createdAt` string, date-time
      - `supervisorUuid` string, uuid, nullable — Employer acting as supervisor for this worker
      - `openingOwnerUuid` string, uuid, nullable — Employer acting as opening owner for this worker
      - `openingUuid` string, uuid — Opening UUID assigned to this worker
      - `hasBackendRole` boolean
      - `bank` object — Bank account details
        - `accountNumber` string — Bank account number
        - `name` string — Account holder’s name
        - `routingNumber` string — Bank routing number
        - `iban` string — International Bank Account Number
      - `nationalIdentificationNumber` string — National identification number
      - `nationalTaxIdentificationNumber` string — National tax identification number
      - `pronouns` string — Preferred pronouns
      - `gender` 'MALE' | 'FEMALE' | 'NON_BINARY' | 'OTHER' | 'DECLINE_TO_SELF_IDENTIFY'
      - `ethnicity` 'AMERICAN_INDIAN_OR_ALASKA_NATIVE' | 'ASIAN_OR_INDIAN_SUBCONTINENT' | 'BLACK_OR_AFRICAN_AMERICAN' | 'HISPANIC_OR_LATINO' | 'NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER' | 'TWO_OR_MORE_RACES' | 'WHITE' | 'PREFER_NOT_TO_DISCLOSE'
      - `maritalStatus` 'SINGLE' | 'MARRIED_FILING_JOINTLY' | 'MARRIED_FILING_SEPARATELY' | 'HEAD_OF_HOUSEHOLD' | 'QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD'
      - `veteranStatus` 'I_AM_NOT_A_PROTECTED_VETERAN' | 'I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN' | 'I_DONT_WISH_TO_ANSWER'
      - `disability` 'YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY' | 'NO_I_DONT_HAVE_A_DISABILITY' | 'I_DONT_WISH_TO_ANSWER'
      - `underrepresentedGroupStatus` 'MEMBER_OF_UNDERREPRESENTED_GROUP' | 'NOT_A_MEMBER' | 'PREFER_NOT_TO_DISCLOSE'
      - `education` 'HIGH_SCHOOL_DIPLOMA_OR_EQUIVALENT' | 'SOME_COLLEGE' | 'ASSOCIATES_DEGREE' | 'BACHELORS_DEGREE' | 'MASTERS_DEGREE' | 'DOCTORAL_DEGREE' | 'PROFESSIONAL_DEGREE'
      - `driverLicenseNumber` string
      - `driverLicenseState` string
      - `driverLicenseExpirationDate` string
      - `forceRecordSessionReplayUntil` string, date-time
      - `talentUuid` string, uuid
      - `smsOptOut` object — SMS opt-out settings for the worker
        - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
        - `status` boolean — Current opt-out status
        - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
        - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
        - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
        - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
      - `whatsAppOptOut` object — WhatsApp opt-out settings for the worker
        - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
        - `status` boolean — Current WhatsApp opt-out status
        - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
        - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
        - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
        - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
      - `opening` object
        - `uuid` string, uuid
        - `title` string
  - `shiftTagUuid` string, uuid
  - `shiftTagNote` string, nullable
  - `excludeFromDemand` boolean
  - `virtualLocation` object
    - `uuid` string, uuid — Unique identifier
    - `createdAt` string, date-time — Creation timestamp
    - `createdBy` string, uuid — Creator UUID
    - `lastUpdatedAt` string, date-time — Last update timestamp
    - `lastUpdatedBy` string, uuid — Last updater UUID
    - `lastUpdatedByAudience` string — Audience of last updater
    - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
    - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
    - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
    - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
    - `name` string, required
    - `description` string
    - `companyUuid` string, uuid
    - `street_address` string
    - `address_2` string
    - `city` string
    - `state_code` string
    - `postal_code` string
    - `country_code` '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' — 2-letter ISO country code
    - `locationNotes` string
    - `timezone` string
    - `language` string
    - `externalLocation` object — Metadata storage of the location data from an external source
      - `source` 'hire' | 'hire-go' | 'workday', required
      - `externalIdentifier` string, required
      - `externalCreatedAt` string, date-time, required
    - `geolocation` object
      - `latitude` number, required
      - `longitude` number, required
    - `brandUuid` string, uuid, nullable
    - `isRemote` boolean
    - `ownerUuid` string, uuid, nullable
    - `locationGroupUuid` string, uuid, nullable
    - `virtualLocationGroup` object
      - `name` string
  - `virtualWorker` object
    - `uuid` string, uuid — Unique identifier
    - `createdAt` string, date-time — Creation timestamp
    - `createdBy` string, uuid — Creator UUID
    - `lastUpdatedAt` string, date-time — Last update timestamp
    - `lastUpdatedBy` string, uuid — Last updater UUID
    - `lastUpdatedByAudience` string — Audience of last updater
    - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
    - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
    - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
    - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
    - `firstname` string, required
    - `lastname` string
    - `middlename` string
    - `hasNoMiddleName` boolean
    - `displayFullName` string
    - `dashboardUrl` object
      - `slug` string, required
      - `baseUrl` string
    - `personalEmail` object, required
      - `email` string, email, required
      - `verified` boolean
      - `verifiedAt` string, date-time
    - `workEmail` object
      - `email` string, email
      - `verified` boolean
      - `verifiedAt` string, date-time
    - `mobilePhone` object
      - `number` string
      - `countryCode` string
      - `verified` boolean
      - `verifiedAt` string, date-time
    - `whatsAppPhone` object
      - `number` string
      - `countryCode` string
      - `verified` boolean
      - `verifiedAt` string, date-time
    - `homePhone` object
      - `number` string
      - `countryCode` string
      - `verified` boolean
      - `verifiedAt` string, date-time
    - `homeAddress` object
      - `address1` string
      - `address2` string
      - `city` string
      - `zip` string
      - `state` string
      - `country` string
    - `timezone` string
    - `locale` string, nullable
    - `companyUuid` string, uuid, required
    - `company` object
      - `uuid` string, uuid
      - `name` string
      - `slug` string
    - `jobUuid` string, uuid, nullable
    - `job` object
      - `uuid` string, uuid
      - `name` string
      - `description` string
    - `jobIdentifiers` object[]
      - `jobUuid` string, uuid
      - `relationship` 'primary' | 'secondary'
    - `jobs` object[]
      - `uuid` string, uuid
      - `name` string
      - `description` string
      - `allowUnscheduledShift` boolean
    - `brandUuid` string, uuid, nullable
    - `brand` object
      - `uuid` string, uuid
      - `name` string
    - `einUuid` string, uuid, nullable
    - `ein` object
      - `uuid` string, uuid
      - `label` string
    - `locationUuid` string, uuid
    - `locationUuids` string[]
    - `locationGroupUuids` string[]
    - `locations` object[]
      - `uuid` string, uuid — Unique identifier
      - `createdAt` string, date-time — Creation timestamp
      - `createdBy` string, uuid — Creator UUID
      - `lastUpdatedAt` string, date-time — Last update timestamp
      - `lastUpdatedBy` string, uuid — Last updater UUID
      - `lastUpdatedByAudience` string — Audience of last updater
      - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
      - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
      - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
      - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
      - `name` string, required
      - `description` string
      - `companyUuid` string, uuid
      - `street_address` string
      - `address_2` string
      - `city` string
      - `state_code` string
      - `postal_code` string
      - `country_code` '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' — 2-letter ISO country code
      - `locationNotes` string
      - `timezone` string
      - `language` string
      - `externalLocation` object — Metadata storage of the location data from an external source
        - `source` 'hire' | 'hire-go' | 'workday', required
        - `externalIdentifier` string, required
        - `externalCreatedAt` string, date-time, required
      - `geolocation` object
        - `latitude` number, required
        - `longitude` number, required
      - `brandUuid` string, uuid, nullable
      - `isRemote` boolean
      - `ownerUuid` string, uuid, nullable
      - `locationGroupUuid` string, uuid, nullable
      - `virtualLocationGroup` object
        - `name` string
    - `tags` object[]
      - `uuid` string, uuid
      - `name` string
    - `people` object
      - `uuid` string, required — reference UUID of the people entity
      - `index` number, required — index of the number of profile for one people entity
      - `locked` boolean, required — whether the people entity is locked
      - `reasons` string[]
    - `rehire` object
      - `isRehire` boolean — whether the worker is a rehire
      - `uuid` string — UUID of the previous worker profile. Absent when there is no matching duplicate.
      - `reasons` string[] — Why the rehire flag was set. Mirrors people.reasons for deduplication context.
    - `externalId` string — reference ID in external HRIS
    - `externalSource` string — source of truth for worker externalId
    - `externalSourceAccount` string — account of the external source
    - `applicantId` string — reference ID in ATS
    - `applicantSource` string — source of truth for worker applicantId
    - `backgroundCheckYardstikCandidateId` string — reference ID in 3rd party background check system
    - `dateOfBirth` string, date
    - `startDate` string, date
    - `hireDate` string, date
    - `terminationDate` string, date
    - `firstSeenAt` string, date-time
    - `lastSeenAt` string, date-time
    - `employmentStatus` object
      - `type` 'created' | 'preHire' | 'active' | 'rehire' | 'inactive' | 'terminated' | 'temporary'
      - `subtype` 'applicant' | 'employee' | 'leaveOfAbsence' | 'suspended' | 'seasonal' | 'furloughed' | 'resigned' | 'fired' | 'involuntarySeparation' | 'archived'
      - `lastStatusUpdateDate` string, date-time
    - `avatar` string, uri
    - `manager` object
      - `uuid` string, uuid
      - `displayFullName` string
    - `customAttributes` object[]
      - `customAttributeUuid` string, uuid
      - `value` union, required
        - string
        - string[]
        - object
          - `uuid` string, uuid
          - `url` string
          - `metadata` object
        - object
          - `address` string
          - `address2` string
          - `city` string
          - `state` string
          - `zip` string
          - `country` string
        - boolean
        - unknown
      - `translatedValue` string
      - `selectedLabels` string[]
      - `invalid` boolean
      - `invalidDetail` string
      - `customAttribute` object
        - `uuid` string, uuid
        - `createdAt` string, date-time — Creation timestamp
        - `createdBy` string, uuid — Creator UUID
        - `lastUpdatedAt` string, date-time — Last update timestamp
        - `lastUpdatedBy` string, uuid — Last updater UUID
        - `lastUpdatedByAudience` string — Audience of last updater
        - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
        - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
        - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
        - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
        - `companyUuid` string, uuid — Company UUID
        - `label` string, required
        - `key` string
        - `dataType` 'string' | 'number' | 'date' | 'boolean' | 'select' | 'address' | 'media' | 'signature' | 'complianceDocument', required
        - `description` string
        - `options` object[]
          - `value` string, required
          - `label` string
          - `hireValue` unknown
        - `resource` string
        - `resourceIdentifier` string, uuid
        - `readOnly` boolean — If true, this attribute cannot be modified. Can only be set by system.
        - `hidden` boolean — If true, this attribute won't be shown. Can only be set by system.
        - `protected` boolean — If true, this attribute can only be accessed by users with certain rights.
        - `hireDataKeyId` integer — The ID of the hire data key
    - `calculatedCustomAttributes` object
    - `segmentEnabled` boolean — if false, worker will not be in segment without the "include deactivated workers" option
    - `segmentUuids` string[] — list of the different segments the worker is matching
    - `messagingEnabled` boolean — if false, worker will not receive any message, except if the message has the "forceSend" option
    - `ssoEnabled` boolean — whether or not to enable Worker Portal SSO on this particular worker
    - `isTestWorker` boolean — declarative setting to help differenciate test workers from real workers
    - `importUpdatesLocked` boolean — if true, imported workers from our partners will update existing worker records with new data
    - `importProvider` 'none' | 'hire'
    - `technicalOptions` object
      - `lockEin` boolean — if true, do not allow to update the worker's EIN
    - `ssn` string
    - `appliedForSsn` boolean
    - `securityGroupUuids` string[]
    - `payRate` object
      - `uuid` string, uuid
      - `rate` number
      - `overtimeRate` number
      - `externalId` string
      - `currency` 'USD' | 'GBP' | 'EUR'
      - `createdAt` string, date-time
    - `payRateExceptions` object[]
      - `uuid` string, uuid
      - `rate` number
      - `overtimeRate` number
      - `currency` 'USD' | 'GBP' | 'EUR'
      - `locationUuid` string, uuid
      - `jobUuid` string, uuid
      - `externalId` string
      - `createdAt` string, date-time
    - `supervisorUuid` string, uuid, nullable — Employer acting as supervisor for this worker
    - `openingOwnerUuid` string, uuid, nullable — Employer acting as opening owner for this worker
    - `openingUuid` string, uuid — Opening UUID assigned to this worker
    - `hasBackendRole` boolean
    - `bank` object — Bank account details
      - `accountNumber` string — Bank account number
      - `name` string — Account holder’s name
      - `routingNumber` string — Bank routing number
      - `iban` string — International Bank Account Number
    - `nationalIdentificationNumber` string — National identification number
    - `nationalTaxIdentificationNumber` string — National tax identification number
    - `pronouns` string — Preferred pronouns
    - `gender` 'MALE' | 'FEMALE' | 'NON_BINARY' | 'OTHER' | 'DECLINE_TO_SELF_IDENTIFY'
    - `ethnicity` 'AMERICAN_INDIAN_OR_ALASKA_NATIVE' | 'ASIAN_OR_INDIAN_SUBCONTINENT' | 'BLACK_OR_AFRICAN_AMERICAN' | 'HISPANIC_OR_LATINO' | 'NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER' | 'TWO_OR_MORE_RACES' | 'WHITE' | 'PREFER_NOT_TO_DISCLOSE'
    - `maritalStatus` 'SINGLE' | 'MARRIED_FILING_JOINTLY' | 'MARRIED_FILING_SEPARATELY' | 'HEAD_OF_HOUSEHOLD' | 'QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD'
    - `veteranStatus` 'I_AM_NOT_A_PROTECTED_VETERAN' | 'I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN' | 'I_DONT_WISH_TO_ANSWER'
    - `disability` 'YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY' | 'NO_I_DONT_HAVE_A_DISABILITY' | 'I_DONT_WISH_TO_ANSWER'
    - `underrepresentedGroupStatus` 'MEMBER_OF_UNDERREPRESENTED_GROUP' | 'NOT_A_MEMBER' | 'PREFER_NOT_TO_DISCLOSE'
    - `education` 'HIGH_SCHOOL_DIPLOMA_OR_EQUIVALENT' | 'SOME_COLLEGE' | 'ASSOCIATES_DEGREE' | 'BACHELORS_DEGREE' | 'MASTERS_DEGREE' | 'DOCTORAL_DEGREE' | 'PROFESSIONAL_DEGREE'
    - `driverLicenseNumber` string
    - `driverLicenseState` string
    - `driverLicenseExpirationDate` string
    - `forceRecordSessionReplayUntil` string, date-time
    - `talentUuid` string, uuid
    - `smsOptOut` object — SMS opt-out settings for the worker
      - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
      - `status` boolean — Current opt-out status
      - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
      - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
      - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
      - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
    - `whatsAppOptOut` object — WhatsApp opt-out settings for the worker
      - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
      - `status` boolean — Current WhatsApp opt-out status
      - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
      - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
      - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
      - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
    - `opening` object
      - `uuid` string, uuid
      - `title` string

## Response `202`

The updated shifts, plus any warnings that were generated in the process

- object
  - `data` object
    - `shifts` Shift[]
      - `uuid` string, uuid
      - `createdAt` string, date-time
      - `createdBy` string, uuid
      - `lastUpdatedAt` string, date-time
      - `lastUpdatedBy` string, uuid
      - `lastUpdatedByAudience` string
      - `lastUpdatedByAudienceUuid` string, uuid
      - `lastUpdatedByImpersonatedBy` string, uuid
      - `lastUpdatedByCompanyUuid` string, uuid
      - `lastUpdatedByEnterpriseUuid` string, uuid
      - `workerUuid` string, uuid, nullable
      - `companyUuid` string, uuid, required
      - `locationUuid` string, uuid, required
      - `startTime` string, date-time
      - `endTime` string, date-time
      - `jobUuid` string, uuid, required
      - `breaks` object[]
        - `uuid` string, uuid
        - `startTime` string, date-time, required
        - `endTime` string, date-time, required
        - `paid` boolean, required
        - `type` 'automatic_break' | 'automatic_break_deduction'
        - `automaticBreakRuleUuid` string, uuid
        - `description` string
        - `removed` boolean
        - `removedAt` string, date-time
        - `removedBy` string, uuid
      - `state` 'draft' | 'published' | 'deleted' — Set by the server on create (always draft). Use publish endpoints to change lifecycle state.
      - `seenAt` string, date-time, nullable
      - `claimable` boolean
      - `nextVersion` object, nullable — Pending edits for a published shift. Not accepted on create; set via updateWithNextVersion.
        - `workerUuid` string, uuid, nullable
        - `startTime` string, date-time
        - `endTime` string, date-time
        - `jobUuid` string, uuid
        - `locationUuid` string, uuid
        - `claimable` boolean
        - `breaks` object[]
          - `uuid` string, uuid
          - `startTime` string, date-time, required
          - `endTime` string, date-time, required
          - `paid` boolean, required
        - `state` 'draft' | 'published' | 'deleted'
        - `virtualWorker` object
          - `uuid` string, uuid — Unique identifier
          - `createdAt` string, date-time — Creation timestamp
          - `createdBy` string, uuid — Creator UUID
          - `lastUpdatedAt` string, date-time — Last update timestamp
          - `lastUpdatedBy` string, uuid — Last updater UUID
          - `lastUpdatedByAudience` string — Audience of last updater
          - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
          - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
          - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
          - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
          - `firstname` string, required
          - `lastname` string
          - `middlename` string
          - `hasNoMiddleName` boolean
          - `displayFullName` string
          - `dashboardUrl` object
            - `slug` string, required
            - `baseUrl` string
          - `personalEmail` object, required
            - `email` string, email, required
            - `verified` boolean
            - `verifiedAt` string, date-time
          - `workEmail` object
            - `email` string, email
            - `verified` boolean
            - `verifiedAt` string, date-time
          - `mobilePhone` object
            - `number` string
            - `countryCode` string
            - `verified` boolean
            - `verifiedAt` string, date-time
          - `whatsAppPhone` object
            - `number` string
            - `countryCode` string
            - `verified` boolean
            - `verifiedAt` string, date-time
          - `homePhone` object
            - `number` string
            - `countryCode` string
            - `verified` boolean
            - `verifiedAt` string, date-time
          - `homeAddress` object
            - `address1` string
            - `address2` string
            - `city` string
            - `zip` string
            - `state` string
            - `country` string
          - `timezone` string
          - `locale` string, nullable
          - `companyUuid` string, uuid, required
          - `company` object
            - `uuid` string, uuid
            - `name` string
            - `slug` string
          - `jobUuid` string, uuid, nullable
          - `job` object
            - `uuid` string, uuid
            - `name` string
            - `description` string
          - `jobIdentifiers` object[]
            - `jobUuid` string, uuid
            - `relationship` 'primary' | 'secondary'
          - `jobs` object[]
            - `uuid` string, uuid
            - `name` string
            - `description` string
            - `allowUnscheduledShift` boolean
          - `brandUuid` string, uuid, nullable
          - `brand` object
            - `uuid` string, uuid
            - `name` string
          - `einUuid` string, uuid, nullable
          - `ein` object
            - `uuid` string, uuid
            - `label` string
          - `locationUuid` string, uuid
          - `locationUuids` string[]
          - `locationGroupUuids` string[]
          - `locations` object[]
            - `uuid` string, uuid — Unique identifier
            - `createdAt` string, date-time — Creation timestamp
            - `createdBy` string, uuid — Creator UUID
            - `lastUpdatedAt` string, date-time — Last update timestamp
            - `lastUpdatedBy` string, uuid — Last updater UUID
            - `lastUpdatedByAudience` string — Audience of last updater
            - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
            - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
            - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
            - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
            - `name` string, required
            - `description` string
            - `companyUuid` string, uuid
            - `street_address` string
            - `address_2` string
            - `city` string
            - `state_code` string
            - `postal_code` string
            - `country_code` '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' — 2-letter ISO country code
            - `locationNotes` string
            - `timezone` string
            - `language` string
            - `externalLocation` object — Metadata storage of the location data from an external source
              - …
            - `geolocation` object
              - …
            - `brandUuid` string, uuid, nullable
            - `isRemote` boolean
            - `ownerUuid` string, uuid, nullable
            - `locationGroupUuid` string, uuid, nullable
            - `virtualLocationGroup` object
              - …
          - `tags` object[]
            - `uuid` string, uuid
            - `name` string
          - `people` object
            - `uuid` string, required — reference UUID of the people entity
            - `index` number, required — index of the number of profile for one people entity
            - `locked` boolean, required — whether the people entity is locked
            - `reasons` string[]
          - `rehire` object
            - `isRehire` boolean — whether the worker is a rehire
            - `uuid` string — UUID of the previous worker profile. Absent when there is no matching duplicate.
            - `reasons` string[] — Why the rehire flag was set. Mirrors people.reasons for deduplication context.
          - `externalId` string — reference ID in external HRIS
          - `externalSource` string — source of truth for worker externalId
          - `externalSourceAccount` string — account of the external source
          - `applicantId` string — reference ID in ATS
          - `applicantSource` string — source of truth for worker applicantId
          - `backgroundCheckYardstikCandidateId` string — reference ID in 3rd party background check system
          - `dateOfBirth` string, date
          - `startDate` string, date
          - `hireDate` string, date
          - `terminationDate` string, date
          - `firstSeenAt` string, date-time
          - `lastSeenAt` string, date-time
          - `employmentStatus` object
            - `type` 'created' | 'preHire' | 'active' | 'rehire' | 'inactive' | 'terminated' | 'temporary'
            - `subtype` 'applicant' | 'employee' | 'leaveOfAbsence' | 'suspended' | 'seasonal' | 'furloughed' | 'resigned' | 'fired' | 'involuntarySeparation' | 'archived'
            - `lastStatusUpdateDate` string, date-time
          - `avatar` string, uri
          - `manager` object
            - `uuid` string, uuid
            - `displayFullName` string
          - `customAttributes` object[]
            - `customAttributeUuid` string, uuid
            - `value` union, required
              - …
            - `translatedValue` string
            - `selectedLabels` string[]
            - `invalid` boolean
            - `invalidDetail` string
            - `customAttribute` object
              - …
          - `calculatedCustomAttributes` object
          - `segmentEnabled` boolean — if false, worker will not be in segment without the "include deactivated workers" option
          - `segmentUuids` string[] — list of the different segments the worker is matching
          - `messagingEnabled` boolean — if false, worker will not receive any message, except if the message has the "forceSend" option
          - `ssoEnabled` boolean — whether or not to enable Worker Portal SSO on this particular worker
          - `isTestWorker` boolean — declarative setting to help differenciate test workers from real workers
          - `importUpdatesLocked` boolean — if true, imported workers from our partners will update existing worker records with new data
          - `importProvider` 'none' | 'hire'
          - `technicalOptions` object
            - `lockEin` boolean — if true, do not allow to update the worker's EIN
          - `ssn` string
          - `appliedForSsn` boolean
          - `securityGroupUuids` string[]
          - `payRate` object
            - `uuid` string, uuid
            - `rate` number
            - `overtimeRate` number
            - `externalId` string
            - `currency` 'USD' | 'GBP' | 'EUR'
            - `createdAt` string, date-time
          - `payRateExceptions` object[]
            - `uuid` string, uuid
            - `rate` number
            - `overtimeRate` number
            - `currency` 'USD' | 'GBP' | 'EUR'
            - `locationUuid` string, uuid
            - `jobUuid` string, uuid
            - `externalId` string
            - `createdAt` string, date-time
          - `supervisorUuid` string, uuid, nullable — Employer acting as supervisor for this worker
          - `openingOwnerUuid` string, uuid, nullable — Employer acting as opening owner for this worker
          - `openingUuid` string, uuid — Opening UUID assigned to this worker
          - `hasBackendRole` boolean
          - `bank` object — Bank account details
            - `accountNumber` string — Bank account number
            - `name` string — Account holder’s name
            - `routingNumber` string — Bank routing number
            - `iban` string — International Bank Account Number
          - `nationalIdentificationNumber` string — National identification number
          - `nationalTaxIdentificationNumber` string — National tax identification number
          - `pronouns` string — Preferred pronouns
          - `gender` 'MALE' | 'FEMALE' | 'NON_BINARY' | 'OTHER' | 'DECLINE_TO_SELF_IDENTIFY'
          - `ethnicity` 'AMERICAN_INDIAN_OR_ALASKA_NATIVE' | 'ASIAN_OR_INDIAN_SUBCONTINENT' | 'BLACK_OR_AFRICAN_AMERICAN' | 'HISPANIC_OR_LATINO' | 'NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER' | 'TWO_OR_MORE_RACES' | 'WHITE' | 'PREFER_NOT_TO_DISCLOSE'
          - `maritalStatus` 'SINGLE' | 'MARRIED_FILING_JOINTLY' | 'MARRIED_FILING_SEPARATELY' | 'HEAD_OF_HOUSEHOLD' | 'QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD'
          - `veteranStatus` 'I_AM_NOT_A_PROTECTED_VETERAN' | 'I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN' | 'I_DONT_WISH_TO_ANSWER'
          - `disability` 'YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY' | 'NO_I_DONT_HAVE_A_DISABILITY' | 'I_DONT_WISH_TO_ANSWER'
          - `underrepresentedGroupStatus` 'MEMBER_OF_UNDERREPRESENTED_GROUP' | 'NOT_A_MEMBER' | 'PREFER_NOT_TO_DISCLOSE'
          - `education` 'HIGH_SCHOOL_DIPLOMA_OR_EQUIVALENT' | 'SOME_COLLEGE' | 'ASSOCIATES_DEGREE' | 'BACHELORS_DEGREE' | 'MASTERS_DEGREE' | 'DOCTORAL_DEGREE' | 'PROFESSIONAL_DEGREE'
          - `driverLicenseNumber` string
          - `driverLicenseState` string
          - `driverLicenseExpirationDate` string
          - `forceRecordSessionReplayUntil` string, date-time
          - `talentUuid` string, uuid
          - `smsOptOut` object — SMS opt-out settings for the worker
            - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
            - `status` boolean — Current opt-out status
            - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
            - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
            - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
            - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
          - `whatsAppOptOut` object — WhatsApp opt-out settings for the worker
            - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
            - `status` boolean — Current WhatsApp opt-out status
            - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
            - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
            - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
            - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
          - `opening` object
            - `uuid` string, uuid
            - `title` string
      - `shiftTagUuid` string, uuid
      - `shiftTagNote` string, nullable
      - `excludeFromDemand` boolean
      - `virtualLocation` object
        - `uuid` string, uuid — Unique identifier
        - `createdAt` string, date-time — Creation timestamp
        - `createdBy` string, uuid — Creator UUID
        - `lastUpdatedAt` string, date-time — Last update timestamp
        - `lastUpdatedBy` string, uuid — Last updater UUID
        - `lastUpdatedByAudience` string — Audience of last updater
        - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
        - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
        - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
        - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
        - `name` string, required
        - `description` string
        - `companyUuid` string, uuid
        - `street_address` string
        - `address_2` string
        - `city` string
        - `state_code` string
        - `postal_code` string
        - `country_code` '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' — 2-letter ISO country code
        - `locationNotes` string
        - `timezone` string
        - `language` string
        - `externalLocation` object — Metadata storage of the location data from an external source
          - `source` 'hire' | 'hire-go' | 'workday', required
          - `externalIdentifier` string, required
          - `externalCreatedAt` string, date-time, required
        - `geolocation` object
          - `latitude` number, required
          - `longitude` number, required
        - `brandUuid` string, uuid, nullable
        - `isRemote` boolean
        - `ownerUuid` string, uuid, nullable
        - `locationGroupUuid` string, uuid, nullable
        - `virtualLocationGroup` object
          - `name` string
      - `virtualWorker` object
        - `uuid` string, uuid — Unique identifier
        - `createdAt` string, date-time — Creation timestamp
        - `createdBy` string, uuid — Creator UUID
        - `lastUpdatedAt` string, date-time — Last update timestamp
        - `lastUpdatedBy` string, uuid — Last updater UUID
        - `lastUpdatedByAudience` string — Audience of last updater
        - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
        - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
        - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
        - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
        - `firstname` string, required
        - `lastname` string
        - `middlename` string
        - `hasNoMiddleName` boolean
        - `displayFullName` string
        - `dashboardUrl` object
          - `slug` string, required
          - `baseUrl` string
        - `personalEmail` object, required
          - `email` string, email, required
          - `verified` boolean
          - `verifiedAt` string, date-time
        - `workEmail` object
          - `email` string, email
          - `verified` boolean
          - `verifiedAt` string, date-time
        - `mobilePhone` object
          - `number` string
          - `countryCode` string
          - `verified` boolean
          - `verifiedAt` string, date-time
        - `whatsAppPhone` object
          - `number` string
          - `countryCode` string
          - `verified` boolean
          - `verifiedAt` string, date-time
        - `homePhone` object
          - `number` string
          - `countryCode` string
          - `verified` boolean
          - `verifiedAt` string, date-time
        - `homeAddress` object
          - `address1` string
          - `address2` string
          - `city` string
          - `zip` string
          - `state` string
          - `country` string
        - `timezone` string
        - `locale` string, nullable
        - `companyUuid` string, uuid, required
        - `company` object
          - `uuid` string, uuid
          - `name` string
          - `slug` string
        - `jobUuid` string, uuid, nullable
        - `job` object
          - `uuid` string, uuid
          - `name` string
          - `description` string
        - `jobIdentifiers` object[]
          - `jobUuid` string, uuid
          - `relationship` 'primary' | 'secondary'
        - `jobs` object[]
          - `uuid` string, uuid
          - `name` string
          - `description` string
          - `allowUnscheduledShift` boolean
        - `brandUuid` string, uuid, nullable
        - `brand` object
          - `uuid` string, uuid
          - `name` string
        - `einUuid` string, uuid, nullable
        - `ein` object
          - `uuid` string, uuid
          - `label` string
        - `locationUuid` string, uuid
        - `locationUuids` string[]
        - `locationGroupUuids` string[]
        - `locations` object[]
          - `uuid` string, uuid — Unique identifier
          - `createdAt` string, date-time — Creation timestamp
          - `createdBy` string, uuid — Creator UUID
          - `lastUpdatedAt` string, date-time — Last update timestamp
          - `lastUpdatedBy` string, uuid — Last updater UUID
          - `lastUpdatedByAudience` string — Audience of last updater
          - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
          - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
          - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
          - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
          - `name` string, required
          - `description` string
          - `companyUuid` string, uuid
          - `street_address` string
          - `address_2` string
          - `city` string
          - `state_code` string
          - `postal_code` string
          - `country_code` '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' — 2-letter ISO country code
          - `locationNotes` string
          - `timezone` string
          - `language` string
          - `externalLocation` object — Metadata storage of the location data from an external source
            - `source` 'hire' | 'hire-go' | 'workday', required
            - `externalIdentifier` string, required
            - `externalCreatedAt` string, date-time, required
          - `geolocation` object
            - `latitude` number, required
            - `longitude` number, required
          - `brandUuid` string, uuid, nullable
          - `isRemote` boolean
          - `ownerUuid` string, uuid, nullable
          - `locationGroupUuid` string, uuid, nullable
          - `virtualLocationGroup` object
            - `name` string
        - `tags` object[]
          - `uuid` string, uuid
          - `name` string
        - `people` object
          - `uuid` string, required — reference UUID of the people entity
          - `index` number, required — index of the number of profile for one people entity
          - `locked` boolean, required — whether the people entity is locked
          - `reasons` string[]
        - `rehire` object
          - `isRehire` boolean — whether the worker is a rehire
          - `uuid` string — UUID of the previous worker profile. Absent when there is no matching duplicate.
          - `reasons` string[] — Why the rehire flag was set. Mirrors people.reasons for deduplication context.
        - `externalId` string — reference ID in external HRIS
        - `externalSource` string — source of truth for worker externalId
        - `externalSourceAccount` string — account of the external source
        - `applicantId` string — reference ID in ATS
        - `applicantSource` string — source of truth for worker applicantId
        - `backgroundCheckYardstikCandidateId` string — reference ID in 3rd party background check system
        - `dateOfBirth` string, date
        - `startDate` string, date
        - `hireDate` string, date
        - `terminationDate` string, date
        - `firstSeenAt` string, date-time
        - `lastSeenAt` string, date-time
        - `employmentStatus` object
          - `type` 'created' | 'preHire' | 'active' | 'rehire' | 'inactive' | 'terminated' | 'temporary'
          - `subtype` 'applicant' | 'employee' | 'leaveOfAbsence' | 'suspended' | 'seasonal' | 'furloughed' | 'resigned' | 'fired' | 'involuntarySeparation' | 'archived'
          - `lastStatusUpdateDate` string, date-time
        - `avatar` string, uri
        - `manager` object
          - `uuid` string, uuid
          - `displayFullName` string
        - `customAttributes` object[]
          - `customAttributeUuid` string, uuid
          - `value` union, required
            - string
            - string[]
            - object
              - …
            - object
              - …
            - boolean
            - unknown
          - `translatedValue` string
          - `selectedLabels` string[]
          - `invalid` boolean
          - `invalidDetail` string
          - `customAttribute` object
            - `uuid` string, uuid
            - `createdAt` string, date-time — Creation timestamp
            - `createdBy` string, uuid — Creator UUID
            - `lastUpdatedAt` string, date-time — Last update timestamp
            - `lastUpdatedBy` string, uuid — Last updater UUID
            - `lastUpdatedByAudience` string — Audience of last updater
            - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
            - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
            - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
            - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
            - `companyUuid` string, uuid — Company UUID
            - `label` string, required
            - `key` string
            - `dataType` 'string' | 'number' | 'date' | 'boolean' | 'select' | 'address' | 'media' | 'signature' | 'complianceDocument', required
            - `description` string
            - `options` object[]
              - …
            - `resource` string
            - `resourceIdentifier` string, uuid
            - `readOnly` boolean — If true, this attribute cannot be modified. Can only be set by system.
            - `hidden` boolean — If true, this attribute won't be shown. Can only be set by system.
            - `protected` boolean — If true, this attribute can only be accessed by users with certain rights.
            - `hireDataKeyId` integer — The ID of the hire data key
        - `calculatedCustomAttributes` object
        - `segmentEnabled` boolean — if false, worker will not be in segment without the "include deactivated workers" option
        - `segmentUuids` string[] — list of the different segments the worker is matching
        - `messagingEnabled` boolean — if false, worker will not receive any message, except if the message has the "forceSend" option
        - `ssoEnabled` boolean — whether or not to enable Worker Portal SSO on this particular worker
        - `isTestWorker` boolean — declarative setting to help differenciate test workers from real workers
        - `importUpdatesLocked` boolean — if true, imported workers from our partners will update existing worker records with new data
        - `importProvider` 'none' | 'hire'
        - `technicalOptions` object
          - `lockEin` boolean — if true, do not allow to update the worker's EIN
        - `ssn` string
        - `appliedForSsn` boolean
        - `securityGroupUuids` string[]
        - `payRate` object
          - `uuid` string, uuid
          - `rate` number
          - `overtimeRate` number
          - `externalId` string
          - `currency` 'USD' | 'GBP' | 'EUR'
          - `createdAt` string, date-time
        - `payRateExceptions` object[]
          - `uuid` string, uuid
          - `rate` number
          - `overtimeRate` number
          - `currency` 'USD' | 'GBP' | 'EUR'
          - `locationUuid` string, uuid
          - `jobUuid` string, uuid
          - `externalId` string
          - `createdAt` string, date-time
        - `supervisorUuid` string, uuid, nullable — Employer acting as supervisor for this worker
        - `openingOwnerUuid` string, uuid, nullable — Employer acting as opening owner for this worker
        - `openingUuid` string, uuid — Opening UUID assigned to this worker
        - `hasBackendRole` boolean
        - `bank` object — Bank account details
          - `accountNumber` string — Bank account number
          - `name` string — Account holder’s name
          - `routingNumber` string — Bank routing number
          - `iban` string — International Bank Account Number
        - `nationalIdentificationNumber` string — National identification number
        - `nationalTaxIdentificationNumber` string — National tax identification number
        - `pronouns` string — Preferred pronouns
        - `gender` 'MALE' | 'FEMALE' | 'NON_BINARY' | 'OTHER' | 'DECLINE_TO_SELF_IDENTIFY'
        - `ethnicity` 'AMERICAN_INDIAN_OR_ALASKA_NATIVE' | 'ASIAN_OR_INDIAN_SUBCONTINENT' | 'BLACK_OR_AFRICAN_AMERICAN' | 'HISPANIC_OR_LATINO' | 'NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER' | 'TWO_OR_MORE_RACES' | 'WHITE' | 'PREFER_NOT_TO_DISCLOSE'
        - `maritalStatus` 'SINGLE' | 'MARRIED_FILING_JOINTLY' | 'MARRIED_FILING_SEPARATELY' | 'HEAD_OF_HOUSEHOLD' | 'QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD'
        - `veteranStatus` 'I_AM_NOT_A_PROTECTED_VETERAN' | 'I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN' | 'I_DONT_WISH_TO_ANSWER'
        - `disability` 'YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY' | 'NO_I_DONT_HAVE_A_DISABILITY' | 'I_DONT_WISH_TO_ANSWER'
        - `underrepresentedGroupStatus` 'MEMBER_OF_UNDERREPRESENTED_GROUP' | 'NOT_A_MEMBER' | 'PREFER_NOT_TO_DISCLOSE'
        - `education` 'HIGH_SCHOOL_DIPLOMA_OR_EQUIVALENT' | 'SOME_COLLEGE' | 'ASSOCIATES_DEGREE' | 'BACHELORS_DEGREE' | 'MASTERS_DEGREE' | 'DOCTORAL_DEGREE' | 'PROFESSIONAL_DEGREE'
        - `driverLicenseNumber` string
        - `driverLicenseState` string
        - `driverLicenseExpirationDate` string
        - `forceRecordSessionReplayUntil` string, date-time
        - `talentUuid` string, uuid
        - `smsOptOut` object — SMS opt-out settings for the worker
          - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
          - `status` boolean — Current opt-out status
          - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
          - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
          - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
          - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
        - `whatsAppOptOut` object — WhatsApp opt-out settings for the worker
          - `optedOutAt` string, date-time, nullable — ISO datetime (UTC) when the worker opted out
          - `status` boolean — Current WhatsApp opt-out status
          - `optedOutByAudience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk' — Who initiated the opt-out
          - `optedOutByAudienceUuid` string, uuid — UUID of the entity that initiated the opt-out
          - `optedOutOverrideByAudienceUuid` string, nullable — UUID of the audience who overrode the opt-out
          - `optedOutOverrideAt` string, date-time, nullable — ISO datetime (UTC) when the opt-out was overridden
        - `opening` object
          - `uuid` string, uuid
          - `title` string
    - `results` object[]
      - `shiftUuid` string, uuid, required
      - `locationUuid` string, uuid
      - `blockers` object[], required
        - `referenceUuid` string, uuid, required
        - `referenceType` 'shift' | 'timesheet' | 'worker' | 'workerRequest', required
        - `message` string, required
        - `ruleUuid` string, uuid
      - `warnings` object[], required
        - `referenceUuid` string, uuid, required
        - `referenceType` 'shift' | 'timesheet' | 'worker' | 'workerRequest', required
        - `message` string, required
        - `ruleUuid` string, uuid
      - `automaticBreaks` object[]
        - `locationUuid` string, uuid
        - `shiftUuid` string, uuid
        - `referenceUuid` string, uuid, required
        - `referenceType` 'shift' | 'timesheet' | 'worker' | 'workerRequest', required
        - `message` string, required
        - `breaks` object[], nullable
          - `uuid` string, uuid, required
          - `startTime` string, date-time, required
          - `endTime` string, date-time, required
          - `paid` boolean, required
          - `type` 'automatic_break' | 'automatic_break_deduction'
      - `holidayRuleEvaluations` object[]
        - `locationUuid` string, uuid
        - `shiftUuid` string, uuid
        - `referenceUuid` string, uuid, required
        - `referenceType` 'shift' | 'timesheet' | 'worker' | 'workerRequest', required
        - `message` string, required
        - `holidayDetails` object
          - `holidayRuleUuid` string, uuid
          - `multiplier` number
          - `name` string, required
          - `timesheetToCreate` object
            - `lengthMinutes` number, required
          - `isRecurring` boolean, required
          - `startDate` string, date-time, required
          - `holidayTimesheetUuid` string, uuid
          - `timesheetAction` 'create' | 'update' | 'delete' | 'none'
    - `shifts_url` string, nullable — URL to view shifts in the schedule page
  - `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

## Other responses

- `400` — default error response
- `409` — A listing of warnings or blockers generated while evaluating the rules against the proposed changes
- `500` — default error response

---

[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/versions/5f406c0e9462/schema)
