Password Reset

Password Reset

POST /users/{userId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

resetPassword

String

변경할 패스워드

resetCode

String

패드워드 변경 확인 코드(난수)

Response

{
  "massage" : "비밀번호 변경 완료"
}

Last updated