---
title: "Get staff for report setup (legacy /report/setup/Staff)"
method: GET
path: "/report/setup/Staff"
tags: ["Report"]
---

# Get staff for report setup (legacy /report/setup/Staff)

`GET /report/setup/Staff`

**Requires permission:** *ReportAdmins*

Legacy report-setup staff lookup. Returns the MIS staff shape with int STAFF_ID and the staff member's subjects. Awaiting the canonical pupil/staff bridge (T323d).

## Response `200`

Success - Got staff

- GetReportSetupStaffResponse
  - `staffMembers` ReportSetupStaff[], nullable
    - `code` string, nullable
    - `surname` string, nullable
    - `preferredName` string, nullable
    - `subject1` string, nullable
    - `subject2` string, nullable
    - `subject3` string, nullable
    - `staffId` integer
    - `nameId` integer
    - `reportWriter` boolean

## Other responses

- `400` — An Error Occurred - Could not get staff
- `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/28344aa564b4/schema)
