Update
Update user
PUT
/users/{userId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Authority
Role
Description
MASTER
관리자
CUSTOMER
자신의 정보만
Body
Name
Type
Description
email
String
User Id Email
userRole
ENUM
ADMIN, CUSTOMER
name
String
이름
birthDate
Datetime
생년월일
phoneNumber
String
전화번호
Response
Last updated