We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Context-type : application/json
POST /api/user/idcheck
body
{ "userId":"asdf123", }
Success : 200
아이디 중복체크 성공.
Fail : 401 로그인 에러
현재 로그인 중입니다.
Fail : 409 이미 사용하고 있는 아이디일 경우
이미 사용중인 아이디입니다.