-
Notifications
You must be signed in to change notification settings - Fork 0
CHECKEMAIL
Youngwoo Park edited this page Sep 6, 2019
·
1 revision
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| GET | /users/check?email={email} | 중복 이메일 체크 |
Content-Type : application/json,
Authorization : <token>| 파라미터 명 | 파라미터 값 예시 |
|---|---|
| ywooo21@gmail.com |
{
"status": 400,
"message": "중복된 이메일입니다.",
"data": {
"userIdx": 2,
"password": "v6Eu3hifekQv/2dRRokyJg==",
"email": "ywooo21@gmail.com",
"name": "박영우",
"entranceYear": "15",
"major": "아트앤테크놀로지",
"gender": "M"
}
}{
"status": 200,
"message": "사용 가능 합니다.",
"data": null
}