Employees (Full Update)

File Naming Convention

TGEN_employees_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
externalIdIntegrator provided unique identifier for the employee. Typically used to map a primary key from a third party system to the Tulip resource.stringYes
disabledBoolean dictating if employee is disabled (true or false)booleanNo
storeUnique Tulip identifier of the store the employee is associated withstringNo
displayNameName that will be displayed for the employeestringNo
firstNameFirst name of the employeestringNo
lastNameLast name of the employeestringNo
emailAddressEmail address of the employeestringNo
imageImage associated with the employeestringNo
mobileNumberMobile number for the employee in E.164 standardstringNo
jobTitleJob title of the employeestringNo
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].valueValue of the attribute, this will be any type casted to string but supports all basic typesmixedYes
attributes[0].nameExternal ID of the attributestringYes
attributes[0].languageExternalIdExternal ID of the language, defaults to englishstringYes
attributes[0].typeTulip Attribute TypestringYes
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 employeestringNo
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
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