EmployeeMergeInput
Fields
| Field | Type | Description |
|---|---|---|
assets | [AssetInput!] | The assets to associate with an employee |
department | EmployeeDepartmentMergeInput | A department an employee belongs to. |
displayName ⚠️ | String | The effective display(preferred) name an employee has. |
emails | [EmployeeEmailMergeInput!] | The email addresses of an employee |
employeeProperties | EmployeePropertiesMergeInput | Employee-specific properties for parties with an employee role. |
endDate | DateTime | The end date and time of the employment. Set this null to reactivate an employee. |
friendlyName | String | A slugged version of the employee name. |
id | String! | The Unique 6 digit Workday Worker Code. |
legalName ⚠️ | String | The effective legal name an employee has. |
locations | [EmployeeLocationMergeInput!] | The locations of an employee |
names | [EmployeeNameMergeInput!] | The effective display(preferred) and legal names an employee has. Alias is not supported. |
note | String | A note about the employee |
onlineAddresses | [EmployeeOnlineAddressMergeInput!] | The online addresses of an employee |
phones | [EmployeePhoneMergeInput!] | The phone numbers of an employee |
position | EmployeePositionMergeInput! | A specific role within UTA held by an employee. |
startDate | DateTime! | The start date and time of the employment. |
supervisorIds | [String!] | A list of supervisor UTA employee IDs. |
workdayId | String | The UUID corresponding to someones employment type. |