---
title: "Send password reset"
method: POST
path: "/v2/students/{id}/send-password-reset/"
tags: ["Students"]
---

# Send password reset

`POST /v2/students/{id}/send-password-reset/`

Send a password reset email to a student. ?domain=learn.example.com is required.

**Required OAuth scope:** `students:manage-password`

## Path parameters

- `id` string, required

## Query parameters

- `domain` string, required

## Response `202`

Accepted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/skilljar/apis/skilljar-api-v2.md) · [All operations](https://skmtc.net/skilljar/apis/skilljar-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skilljar/skilljar-api-v2/revisions/f8025de20169/schema)
