Change KYC status for a user. Only valid admin transitions are allowed.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | User identifier. |
Request body
application/json
· KYCStatusUpdateRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
rejectLabels |
string |
no | Comma-separated rejection labels (for rejected status). |
reviewedBy |
string |
no | Admin who performed the review. |
status |
KYCStatus |
yes |
Responses
| Status | Body | Description |
|---|---|---|
200 |
KYCStatusResponse |
KYC status updated. |
400 |
Error |
Invalid status transition. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.