Sign Up
회원가입 기능입니다. ADMIN 권한으로의 가입은 불가합니다.
Sign up
POST
/api/auth/signUp
Access Permissions
All
Headers
Name
Value
Content-Type
application/json
Request Body
Name
Type
Description
Required
loginId
String
ID of the user
true
password
String
password
true
username
String
Name of the user
true
nickname
String
Nickname of the user
true
phoneNumber
String
Phone number of the user
true
shippingAddress
String
Shipping Address of the user
true
slackId
String
Slack ID of the user
false
userRole
Enum (CUSTOMER, SELLER, MANAGER)
Role of the user
true
Response
{
"status": 200,
"data": {
"userId": 1
},
"error": null,
"timeStamp": "2024-09-27 12:00:00"
}
Last updated