---
title: "Create a report delegation (legacy POST /Reports/Delegation)"
method: POST
path: "/Reports/Delegation"
tags: ["Reports"]
---

# Create a report delegation (legacy POST /Reports/Delegation)

`POST /Reports/Delegation`

**Requires permission:** *HoD*

Adds a new report-writing delegation (staff email + subject code, delegated by). Port of the legacy v2 PostCreateDelegation endpoint.

## Request body

- CreateDelegationRequest
  - `id` integer
  - `staffEmail` string, nullable
  - `subjectCode` string, nullable
  - `delegatedBy` string, nullable

## Response `204`

Success - Created

## Other responses

- `400` — An Error Occurred - Could not create delegation
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
