
# Node operations

Actions on an existing organizational structure node: fetching child nodes, the total count, moving within the tree, and managing linked communication channels.

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

## Operations

- [Child nodes](./node-operations/children.md) — `GET /v1/humanresources/nodes/:id/children`
- [Node count](./node-operations/count.md) — `GET /v1/humanresources/nodes/count`
- [Move node](./node-operations/move.md) — `POST /v1/humanresources/nodes/:id/move`
- [Node communication channels](./node-operations/communications-get.md) — `GET /v1/humanresources/nodes/:id/communications`
- [Configure communication channels](./node-operations/communications-set.md) — `PATCH /v1/humanresources/nodes/:id/communications`

## See also

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