---
title: "Client post new password side change password"
method: POST
path: "/v2/user/resetpassword_verify"
tags: ["user"]
---

# Client post new password side change password

`POST /v2/user/resetpassword_verify`

Verify the token of Reset password

## Request body

- BluenteInternalUserModelResetPasswordVerifyRequest
  - `password` string, required
  - `token` string, required

## Response `200`

success

- BluenteInternalPlatformUtilsBaseResponse
  - `code` integer — 0=success，only parse data when code=0
  - `data` unknown
  - `message` string — tip message

---

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