Create User
METHOD
POST
URL EXAMPLE
/gistps/api/v1/user
REQUEST BODY
name
type
require
description
password
string
ํ์
์ ์ ๋น๋ฐ๋ฒ
username
string
ํ์
์ ์ ์ด๋ฆ
string
ํ์
์ ์ ์ด๋ฉ์ผ
REQUEST BODY EXAMPLE
{
"email" : "sinyr119@gist.ac.kr",
"password" : "qwer1234",
"username" : "koseyeon"
}
Last updated
Was this helpful?