---
title: "Create Assessment Comment"
method: POST
path: "/api/assessment/v3/assessments/comments"
tags: ["Assessment Comments"]
---

# Create Assessment Comment

`POST /api/assessment/v3/assessments/comments`

Use this API to create a new comment on an assessment question.

## Request body

- PrivacyAutomationAssessmentAutomationCommentInformation
  - `comment` string, required
  - `assessmentId` string, uuid, required
  - `sectionId` string, uuid, required
  - `questionId` string, uuid, required

## Response `201`

Created

- string, uuid

## Other responses

- `400` — Bad Request — validation error in request payload
- `401` — Unauthorized — missing or invalid authentication
- `403` — Forbidden — insufficient permissions or scope
- `404` — Not Found — assessment, section, or question does not exist
- `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/versions/21de3aa0b170/schema)
