[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [hireEmployee](./bitburner.officeapi.hireemployee.md)
## OfficeAPI.hireEmployee() method
Signature:
```typescript
hireEmployee(divisionName: string, cityName: string): Employee;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | |
| cityName | string | |
Returns:
[Employee](./bitburner.employee.md)