---
title: "Reset the password by SMS for the current user logged in"
method: POST
path: "/v1/resourceowner/user/resetpassword"
tags: ["ResourceOwnerUser"]
---

# Reset the password by SMS for the current user logged in

`POST /v1/resourceowner/user/resetpassword`

## Request body

- ResetPasswordUserModel
  - `Email` string
  - `ResetPasswordType` 0 | 1

## Response `200`

A reset password sms was sent

## Other responses

- `400` — Request is bad, password reset type does not exist
- `404` — Phone number is missing
- `500` — Internal server error

---

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