---
title: "Update case status"
method: POST
path: "/resources/api/caseManagement/v2/cases/{caseId}/status"
---

# Update case status

`POST /resources/api/caseManagement/v2/cases/{caseId}/status`

## Path parameters

- `caseId` string, required

## Request body

- object
  - `status` 'open' | 'awaitingUser' | 'blocked' | 'resolvedFalsePositive' | 'resolvedPotentialThreat' — Current status of the case review that you want to set. <br> ⚠️ Either `status` or `stage` is required. If you submit both, `stage` takes priority. The request body must not be null; otherwise a `400` error is returned.
  - `stage` string — Custom stage name that is set [in the Dashboard](https://cockpit.sumsub.com/checkus/caseMgmt/settings/statuses). <br> ⚠️ Either `status` or `stage` is required. If you submit both, `stage` takes priority. The request body must not be null; otherwise a `400` error is returned.

## Response `200`

---

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