---
title: "Change temporary Password API"
method: POST
path: "/my/tempChangePassword"
tags: ["Admin My Page API"]
---

# Change temporary Password API

`POST /my/tempChangePassword`

Admin change temporary Password API

## Request body

- UserChangePwVO
  - `regDt` string, date-time
  - `regId` string
  - `updDt` string, date-time
  - `updId` string
  - `userOldPw` string, required
  - `userPw` string, required
  - `userPwRe` string, required
  - `loginId` string

## Response `200`

OK

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
