people_technicians_create
Create new technician profiles in ServiceTitan by specifying details like name, contact information, work assignments, and scheduling preferences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Technician display name | |
| firstName | No | Technician first name | |
| lastName | No | Technician last name | |
| nickname | No | Technician nickname | |
| employeeId | No | Related employee ID | |
| userId | No | Related user ID | |
| userRoleId | No | Related user role ID | |
| employeeNumber | No | Technician employee number | |
| mobilePhoneNumber | No | Mobile phone number | |
| businessUnitId | No | Default business unit ID | |
| active | No | Whether the technician is active | |
| color | No | Schedule display color | |
| laborWageTypeId | No | Labor wage type ID | |
| laborCostPerHour | No | Labor cost per hour | |
| memo | No | Internal note | |
| externalData | No | External data entries | |
| _confirmed | No | Set to true to confirm this write operation |