
# Org structure nodes

Manage org structure nodes of a Bitrix24 account — departments and teams: create, read, update, list and search. A node describes a unit in the org structure tree.

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

## Operations

- [List nodes](./nodes/list.md) — `GET /v1/humanresources/nodes`
- [Get node](./nodes/get.md) — `GET /v1/humanresources/nodes/:id`
- [Create node](./nodes/create.md) — `POST /v1/humanresources/nodes`
- [Update node](./nodes/update.md) — `PATCH /v1/humanresources/nodes/:id`
- [Search nodes](./nodes/search.md) — `POST /v1/humanresources/nodes/search`

## See also

- [Node operations](/docs/humanresources/node-operations)
- [Node members](/docs/humanresources/members)
- [Employees](/docs/humanresources/employees)
