Create User

METHOD

POST

URL EXAMPLE

/gistps/api/v1/user

REQUEST BODY

name

type

require

description

password

string

ν•„μˆ˜

μœ μ € λΉ„λ°€λ²ˆ

username

string

ν•„μˆ˜

μœ μ € 이름

email

string

ν•„μˆ˜

μœ μ € 이메일

REQUEST BODY EXAMPLE

{
    "email" : "sinyr119@gist.ac.kr",
    "password" : "qwer1234", 
    "username" : "koseyeon"
}

Last updated