Employees (Partial Update)

Description

Updates an existing Employee or creates a new one. If an identifier (UUID or External ID) is provided and it matches an existing Employee, an update is performed on the provided fields. If no matching Employee is found, a new one is created. Note: to clear field set value to string SET_AS_NULL

See the Aerial Spec for more details.

File Naming Convention

TGEN_employees_partialupdate_2025-12_<optionalSuffix>.csv

  • importType: partialupdate
  • apiVersion: 2025-12

Columns

Column HeaderDescriptionKey InformationTypeRequired
externalIdIntegrator provided unique identifier for the employee.Max Length: 255stringNo
uuidUnique Tulip identifier of the employee. Required for patching.Max Length: 36stringNo
disabledBoolean dictating if employee is disabled (true or false)booleanNo
storeUnique Tulip identifier of the store the employee is associated withMax Length: 36stringNo
displayNameName that will be displayed for the employeestringNo
firstNameFirst name of the employeeMax Length: 255stringNo
lastNameLast name of the employeeMax Length: 255stringNo
emailAddressEmail address of the employeeMax Length: 255stringNo
imageImage associated with the employeestringNo
mobileNumberMobile number for the employee in E.164 standardstringNo
jobTitleJob title of the employeeMax Length: 255stringNo
liveConnectAvailabilityBoolean dictating whether live connect is available or not for the employee (true or false)booleanNo
attributesAttribute Values associated with this employee. Supports SET_AS_NULL.stringNo
attributes[0]Attribute Value, External ID, UUID or SET_AS_NULLmixedNo
attributes[0].valueValue of the attribute, this will be any type casted to string but supports all basic typesmixedYes
attributes[0].nameExternal ID of the attributeMax Length: 255stringYes
attributes[0].languageExternalIdExternal ID of the language, defaults to englishMax Length: 255stringYes
attributes[0].typeTulip Attribute TypeAllowed: string, boolean, integerstringYes
signatureObject containing the signature of the employee. Supports SET_AS_NULL.mixedNo
offlineNotificationConfigObject containing the offline notification config of the employee. Supports SET_AS_NULL.mixedNo
offlineNotificationConfig.forwardingNumberForwarding number for the employee in E.164 standardstringNo
offlineNotificationConfig.forwardingEnabledBoolean dictating if employee has forwarding enabled (true or false)booleanNo
offlineNotificationConfig.forwardAllEnabledBoolean dictating if all messages should be forwarded to the employee (true or false)booleanNo
offlineNotificationConfig.forwardLoggedOutEnabledBoolean dictating if messages should be forwarded when employee is logged out (true or false)booleanNo
authUserObject containing the user of the employeemixedNo
authUser.employeeUnique Tulip identifier of the employeeMax Length: 36stringNo
authUser.usernameThe username of the employeestringYes
authUser.passwordThe password of the employeestringNo
authUser.disabledBoolean dictating if user is disabled (true or false)booleanNo
authUser.rolesArray of role external ID’sarrayNo
authUser.roles[0]Array elementAllowed: role_associate, role_manager, role_adminstringNo
samlNameIdIf using SSO for authentication against a third party system, set the login username in this field if different than the value set in externalId.stringNo

Sample CSV

See the following employees CSV sample file.

employees Sample 1