---
title: "Add a music student"
method: POST
path: "/MusicLessons/Student"
tags: ["Musiclessons"]
---

# Add a music student

`POST /MusicLessons/Student`

**Requires permission:** *MusicAdmins*

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- UpsertMusicStudentRequest
  - `id` integer
  - `nameId` integer
  - `scholar` boolean
  - `notes` string, nullable

## Response `204`

Success - Created

## Other responses

- `400` — An Error Occurred - Explain Error
- `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)
