---
title: "Trigger legal update notification to outdated users"
method: POST
path: "/v1/admin/legal/notify"
tags: ["Admin Legal"]
---

# Trigger legal update notification to outdated users

`POST /v1/admin/legal/notify`

## Request body

- AdminLegalNotifyRequestDto
  - `tosVersion` string, date-time
  - `ppVersion` string, date-time
  - `recipientLimit` integer

## Response `200`

- AdminLegalNotifyResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `total` number, 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/7635e6f94477/schema)
