Get User Info
Get a user info
GET
/api/users/{userId}
Access Permissions
MASTER
마스터
HUB_MANAGER
허브 관리자
COMPANY
업체
SHIPPER
배송 담당자
PathVariables
Name
Type
userId
Long
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"id": 1,
"userId": "baedal123",
"userName": "김배달",
"phoneNumber": "010-1234-1234",
"userRole": "Shipper"
}
Last updated