---
title: "POST /api/services/app/PatientProfile/ResetPassword"
method: POST
path: "/api/services/app/PatientProfile/ResetPassword"
tags: ["PatientProfile"]
---

# POST /api/services/app/PatientProfile/ResetPassword

`POST /api/services/app/PatientProfile/ResetPassword`

## Request body

- InputResetPassword
  - `userId` integer
  - `resetCode` string, nullable
  - `expireDate` string, date-time
  - `password` string, nullable

## Response `200`

Success

- ResetPasswordOutput
  - `canLogin` boolean
  - `userName` string, nullable

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
