---
title: "Objects count"
method: GET
path: "/users/count/"
tags: ["users"]
---

# Objects count

`GET /users/count/`

This method retrieves count of objects.

## Query parameters

- `active` boolean
- `date_joined_gt` string, date-time
- `date_joined_gte` string, date-time
- `date_joined_lt` string, date-time
- `date_joined_lte` string, date-time
- `groups` integer[]
- `has_face` boolean
- `id_in` integer[]
- `language` 'en-us' | 'es' | 'ru'
- `primary_group` integer[]
- `real_name_contains` string
- `username_contains` string

## Response `200`

- CountResponse
  - `count` integer, required — Objects count

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
