Connector reference rapidvalue.eu โ†’

๐Ÿข Workday HCM

Workday HCM โ€” REST v1 API. Authoritative for employee master data, org units, positions.

Identification

Supported auth methods

Importable objects (4)

Object types the wizard offers to import out of the box.

Workers (employees)

All workers โ€” query with ?activeOnly=true for active people only.

Default field mappings:

IGA field Expression Required
business_id {{ workerNumber }} โœ“
identity_id {{ primaryWorkEmail|if_null(workerNumber) }} โœ“
employee_id {{ workerNumber }} โœ“
email {{ primaryWorkEmail }}
first_name {{ legalNameFirstName }}
last_name {{ legalNameLastName }}
display_name {{ legalNameFirstName }} {{ legalNameLastName }}
function {{ businessTitle }}
department {{ primarySupervisoryOrganization.descriptor }}
location {{ primaryWorkLocation.descriptor }}
manager_id {{ manager.primaryWorkEmail|if_null(manager.workerNumber) }}
hire_date {{ hireDate|date_format('%Y-%m-%d') }}
end_date {{ terminationDate|if_null('31/12/9999')|date_format('%Y-%m-%d') }}
status {{ 'active' if active else 'terminated' }}
cost_center {{ primaryCostCenter.code|if_null('') }}
company {{ primaryCompany.descriptor|if_null('') }}

Supervisory Organizations

Org structure โ€” Workday's hierarchical containers.

Default field mappings:

IGA field Expression Required
business_id {{ id }} โœ“
name {{ descriptor }} โœ“
description {{ descriptor }}
parent_business_id {{ superiorOrganization.id }}

Job Profiles

Job titles / job profiles.

Default field mappings:

IGA field Expression Required
business_id {{ id }} โœ“
name {{ name }} โœ“
description {{ code|if_null('') }}

Locations

Default field mappings:

IGA field Expression Required
business_id {{ id }} โœ“
name {{ name }} โœ“
description {{ country.descriptor }}

Onboarding setup checklist

Create an Integration System User (ISU), link a Security Group with the correct domain policies, and retrieve the REST endpoint URL. Requires Workday admin collaboration โ€” expect 1-2 hours (not in IGA itself, but in the Workday config + handoff).

Estimated time: ~60 min. The wizard exposes this checklist as a drawer (๐Ÿ“‹ button) during onboarding. See the Onboarding wizard walkthrough for context.