Creat User (이메일 인증 이전 버전)

METHOD

POST

URL EXAMPLE

/gistps/api/v1/user

REQUEST BODY

name

type

require

description

userId

string

필수

유저 아이

userPassword

string

필수

유저 비밀번

username

string

필수

유저 이름

email

string

필수

유저 이메일

REQUEST BODY EXAMPLE

{
    "email" : "sinyr119@gist.ac.kr",
    "userId" : "testid", 
    "userPassword" : "testpw", 
    "username" : "testname"
}

Last updated