Home > bitburner > OfficeAPI > hireEmployee
Hire an employee.
Signature:
hireEmployee(
divisionName: string,
cityName: string,
employeePosition?: EmployeePositions | `${EmployeePositions}`,
): boolean;| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
| employeePosition | EmployeePositions | `${EmployeePositions}` | Position to place into. Defaults to "Unassigned". |
Returns:
boolean
True if an employee was hired, false otherwise