---
title: "Reset a Password"
method: POST
path: "/auth/password/reset"
tags: ["Authentication"]
---

# Reset a Password

`POST /auth/password/reset`

The request a password reset endpoint sends an email with a link to the admin app which in turn uses this endpoint to allow the user to reset their password.

## Request body

- object
  - `token` string, required — One-time use JWT token that is used to verify the user.
  - `password` string, password, required — New password for the user.

## Other responses

- `401` — Error: Unauthorized request

---

[API](https://skmtc.dev/utomic-media/apis/dynamic-api-specification.md) · [All operations](https://skmtc.dev/utomic-media/apis/dynamic-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/utomic-media/dynamic-api-specification/revisions/4a0ccd34700e/schema)
