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

Was this helpful?