Users (Partial Update)

Description

Patch User Resources.
If the UUID of the User exists in the system, or no UUID is provided and an External ID exists, then an update is performed on the provided fields. Note: to clear field set value to string SET_AS_NULL

See the Aerial Spec for more details.

File Naming Convention

TGEN_users_partialupdate_2025-08_<optionalSuffix>.csv

  • importType: partialupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionKey InformationTypeRequired
employeeUnique Tulip identifier of the employeeMax Length: 36stringNo
usernameThe username of the employeestringYes
passwordThe password of the employeestringNo
disabledBoolean dictating if user is disabled (true or false)booleanNo
rolesArray of role external ID’sarrayNo
roles[0]Array elementAllowed: role_associate, role_manager, role_adminstringNo

Sample CSV

See the following users CSV sample file.

users Sample 1