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:partialupdateapiVersion:2025-08
Columns
| Column Header | Description | Key Information | Type | Required |
|---|---|---|---|---|
employee | Unique Tulip identifier of the employee | Max Length: 36 | string | No |
username | The username of the employee | string | Yes | |
password | The password of the employee | string | No | |
disabled | Boolean dictating if user is disabled (true or false) | boolean | No | |
roles | Array of role external ID’s | array | No | |
roles[0] | Array element | Allowed: role_associate, role_manager, role_admin | string | No |
Sample CSV
See the following users CSV sample file.