Skip to content

Id check

김은우 edited this page Apr 1, 2020 · 4 revisions

아이디 확인

Context-type : application/json

POST /api/user/idcheck

Request

body

{
	"userId":"asdf123",
}

Response

Success : 200

     아이디 중복체크 성공.

Fail : 401 로그인 에러

     현재 로그인 중입니다.

Fail : 409 이미 사용하고 있는 아이디일 경우

     이미 사용중인 아이디입니다.
Clone this wiki locally