Skip to content

find id

김은우 edited this page Mar 15, 2020 · 1 revision

아이디 찾기

Content-type : text/html

POST /api/user/findid

Request

{
	"schoolEmail":"asdf123@office.skhu.ac.kr",
}

Response

Success : 200

{
     "message": "입력하신 이메일로 아이디가 발송되었습니다."
}

Fail : 401 이메일이 존재하지 않을 경우

     "message": "존재하지 않는 이메일입니다."
Clone this wiki locally