[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [getEmployee](./bitburner.officeapi.getemployee.md)
## OfficeAPI.getEmployee() method
Get data about an employee
Signature:
```typescript
getEmployee(divisionName: string, cityName: string, employeeName: string): Employee;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
| employeeName | string | Name of the employee |
Returns:
[Employee](./bitburner.employee.md)
Employee data