---
title: "Get total number of employees"
method: GET
path: "/employees/count"
tags: ["Employees", "Search"]
---

# Get total number of employees

`GET /employees/count`

## Query parameters

- `group` 'ACTIVE' | 'INVOLVED' | 'JOBLESS' | 'DEPARTING' | 'NEW_HIRES' | 'PAST'
- `employeeName` string — Filter employees by name
- `departmentId` string — Filter employees by department ID
- `skills` string — Filter employees by skills according to `skillsFiltering`
- `skillsFiltering` 'ANY' | 'ALL' — If more than one skill is passed, return either employees with any of the skills (`ANY`) or with all of them (`ALL`)
- `salaryFrom` string — Minimum salary amount
- `salaryTo` string — Maximum salary amount

## Response `200`

Successful operation

- integer

## Other responses

- `400` — Invalid employees search criteria
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
