---
title: "Approve Assessment"
method: POST
path: "/api/assessment/v3/assessments/{assessmentId}/approve"
tags: ["Assessment Actions"]
deprecated: true
---

# Approve Assessment

`POST /api/assessment/v3/assessments/{assessmentId}/approve`

> **Deprecated.**

Use this API to move an assessment to Completed stage. The assessment should be submitted before invoking this API.

## Path parameters

- `assessmentId` string, uuid, required

## Request body

- PrivacyAutomationAssessmentAutomationClosureRequest
  - `forceOverride` boolean — Flag to force override any validation errors during closure
  - `excludeRules` boolean — Flag to exclude rule execution during closure
  - `closureComment` string — Comment to include with the assessment closure
  - `resultId` string, uuid — Identifier of the result option to apply to the assessment
  - `attestationRequired` boolean — Flag indicating whether attestation is required for closure

## Response `204`

Assessment approved successfully. No content returned.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
