---
title: "Flag a client (create or update)"
method: POST
path: "/v1/clients/{email}/flag"
tags: ["Clients"]
---

# Flag a client (create or update)

`POST /v1/clients/{email}/flag`

## Path parameters

- `email` string, required

## Request body

- object
  - `risk_level` 'ok' | 'caution' | 'high' | 'blocked' — ok=clear, caution=watch, high=get payment first, blocked=refuse service
  - `notes` string — Free-form notes about this client
  - `discount_flag` string — Discount tier: vet, realtor, partner

## Response `200`

Default Response

---

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