---
title: "Get Student Number"
method: GET
path: "/Students/Number"
tags: ["Students"]
---

# Get Student Number

`GET /Students/Number`

**Requires permissions:** *NewJoiner* or *Student*

Gets the Mobile Number of the logged in Student, and whether a member of staff has recorded that he has no mobile of his own. The exemption is read-only here: a pupil can neither set nor clear it, because absence of a phone cannot be proved in the app the way possession can.

## Response `200`

Success - Got Number

- GetStudentNumberResponse
  - `phoneNumber` string, nullable
  - `exempt` boolean
  - `exemptSetAt` string, date-time, nullable
  - `exemptExpiresOn` string, date-time, nullable
  - `housePhone` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get number
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-09-04** `a434e248333a` — 4 info
  - added the optional property `exempt` to the response with the `200` status
  - added the optional property `exemptExpiresOn` to the response with the `200` status
  - added the optional property `exemptSetAt` to the response with the `200` status
  - added the optional property `housePhone` to the response with the `200` status

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Students/Number/get.md)

---

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