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
{ "userId":"asdf123", }
Success : 200
아이디 중복체크 성공.
Fail : 409 이미 사용하고 있는 아이디일 경우
이미 사용중인 아이디입니다.