
# Employees

Search employees by name, get their subordinates, the total number of employees, and the list of those who belong to several departments at once.

Bitrix24 API: `humanresources.employee.*`
Scope: `humanresources`

## Operations

- [Search employees](./employees/search.md) — `POST /v1/humanresources/employees/search`
- [Employee subordinates](./employees/subordinates.md) — `GET /v1/humanresources/employees/:id/subordinates`
- [Number of employees](./employees/count.md) — `GET /v1/humanresources/employees/count`
- [Employees in several departments](./employees/multidepartment.md) — `POST /v1/humanresources/employees/multidepartment`

## See also

- [Org structure nodes](/docs/humanresources/nodes)
- [Node members](/docs/humanresources/members)
