유저 API
Last updated
Last updated
POST
localhost:3000/api/users/signup
Name | Type | Description |
---|---|---|
POST
localhost:3000/api/users/login
GET
localhost:3000/api/users
{
"email": "유저 이메일",
"name": "유저 이름",
"isPetSitter": false,
"profileImage": "이미지 URL"
}
PUT
localhost:3000/api/users/password
PUT
localhost:3000/api/users/
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
email*
varchar
유저 이메일
passowrd*
varchar
유저 비밀번호
confirmPassword*
varchar
유저 비밀번호 확인
isPetSitter*
boolean
펫시터/일반 유저
profileImage
varchar
유저 프로필 이미지
name*
varchar
유저 이름
email*
varchar
유저 이메일
password*
varchar
유저 비밀번호
id*
int
유저 id
accesstoken*
string
로그인한 사용자 정보
refreshtoken*
string
accesstoken 접근권한
accesstoken*
string
로그인한 사용자 정보
refreshtoken
string
accesstoken 접근권한
password*
varchar
유저 비밀번호
confirmPassword*
varchar
유저 비밀번호 확인
profile_image
varchar
유저 프로필 이미지
accesstoken*
string
로그인한 사용자 정보
refreshtoken*
string
accesstoken 접근권한