---
title: "Create a report"
method: POST
path: "/report"
tags: ["Report"]
---

# Create a report

`POST /report`

## Headers

- `organization` string, required

## Request body

- AddReportRestInput
  - `description` string — The text of the report entered by the reporting user
  - `idReported` string, required — The ID of the entity being reported
  - `reason` string, required — The reason why the user submits this report
  - `type` 'COMMENT' | 'POST' | 'USER', required — Identifies what is being reportd. Enum

## Response `201`

Report created.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
