Employees (Full Update)

Description

If the UUID of the Employee Resource exists in the system, or no UUID is provided and an External ID exists, then an update is performed. Otherwise, the resouce is created.

See the Aerial Spec for more details.

File Naming Convention

TGEN_employees_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionKey InformationTypeRequired
externalIdIntegrator provided unique identifier for the employee. Typically used to map a primary key from a third party system to the Tulip resource.Max Length: 255stringYes
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
attributesArray of Attribute Values associated with this employeearrayNo
attributes[0]Array elementmixedNo
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 employeemixedNo
offlineNotificationConfigObject containing the offline notification config of the employeemixedNo
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