Update Session Status
User and Business Verifications
Update Session Status
Override a session’s status — approve, decline, or request resubmission.
PATCH
Update Session Status
Request
| Body | Type | Required | Description |
|---|---|---|---|
new_status | enum | yes | approved · declined · resubmitted · in_review. |
comment | string | no | Free-text reason (audited). |
send_email | boolean | no | Notify the user. |
email_address | string | conditional | Required when send_email is true. |
nodes_to_resubmit | array | no | For resubmitted → [{ node_type, feature }]. |
Response · 200
Same shape as Get Decision, withstatus updated and a new entry in the session reviews log.