---
title: "Get academic-house contact list"
method: POST
path: "/cl/house"
tags: ["Cl"]
---

# Get academic-house contact list

`POST /cl/house`

**Requires permissions:** *Guardian* or *Parent*

Contact details of opted-in parents for pupils in the given pupil's academic house. Restricted to the pupil's own parent/guardian, and only returned if the caller has themselves opted in (reciprocity).

## Request body

- ContactListRequest
  - `studentNameId` integer

## Response `200`

Success - contact list returned

- HouseContactListResponse
  - `houseContactList` ContactListHouseRow[]
    - `studentName` string, nullable
    - `studentSurname` string, nullable
    - `parentName` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `year` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Caller is not a parent of this pupil

---

[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)
