---
title: "POST /resetPassword"
method: POST
path: "/resetPassword"
tags: ["relyingparty"]
---

# POST /resetPassword

`POST /resetPassword`

Reset password for a user.

## Request body

- IdentitytoolkitRelyingpartyResetPasswordRequest — Request to reset the password.
  - `oldPassword` string — The old password inputted by the user.
  - `oobCode` string — The confirmation code.
  - `email` string — The email address of the user.
  - `newPassword` string — The new password inputted by the user.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/identitytoolkit.md) · [All operations](https://skmtc.net/google/apis/identitytoolkit/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/identitytoolkit/versions/9ea63f196a10/schema)
