Create User
METHOD
POSTURL EXAMPLE
/gistps/api/v1/userREQUEST 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?