Update Profile

PUT

Update Profile

Update the authenticated frontend user's profile information.

PUT /frontend-user/profile

Request Body

JSON

    

Request Parameters

Parameter Type Required Validation Description
name String Required string, required, max:255 The customer's name
email String Optional email, nullable, unique The customer's email address
phone String Required string, required, max:255, unique The customer's phone number
date_of_birth Date Optional date, nullable The customer's date of birth
address String Optional string, nullable, max:500 The customer's address

Response

200 OK
Status Code
HTTP status code (200)
Message
Success confirmation message
Data
Response data payload