Sign Up

Sign up

POST /api/users/signUp

Access Permissions

  • All

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

userId

String

ID of the user

password

String

Age of the user

userName

String

Name of the user

phoneNumber

String

Phone Number of the user

userRole

Enum (Shipper, HubAdmin, Company, Master)

Role of the user

Response

{
  "id": 1,
  "userId": "baedal123",
  "userName": "김배달",
  "phoneNumber": "010-1234-1234",
  "userRole": "Shipper"
}

Last updated