Skip to content

password reissuance

김은우 edited this page Mar 15, 2020 · 2 revisions

비밀번호 재발급

Content-type : text/html

POST /api/user/reissuance

Request

{
	"userId":"abc",
	"schoolEmail":"[email protected]",
}

Response

Success : 200

{
     "message": "이메일 발송이 완료되었습니다."
}

Fail : 401 아이디/이메일이 일치하지 않을 경우

     "message": "아이디/이메일이 일치하지 않습니다."
Clone this wiki locally