---
title: "Send email to reset password"
method: POST
path: "/auth/resetPassword"
tags: ["auth"]
---

# Send email to reset password

`POST /auth/resetPassword`

__Endpoint name__: resetPassword

## Request body

- object
  - `namespaceId` integer
  - `namespaceNickname` string
  - `email` string, required
  - `forMobileLogin` boolean
  - `resetUrl` string

## Response `204`

No Content

---

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