---
title: "Count users with outdated or missing legal acceptance"
method: GET
path: "/v1/admin/legal/outdated-users/count"
tags: ["Admin Legal"]
---

# Count users with outdated or missing legal acceptance

`GET /v1/admin/legal/outdated-users/count`

## Response `200`

- AdminLegalOutdatedCountResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `count` integer, required
    - `currentTosVersion` string, required
    - `currentPpVersion` string, required
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/b712097baa9c/schema)
