Mobile POS App Update Profile
PUT
Update Profile
Update the personal and account details of the currently authenticated app user.
PUT
/app/profile
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| name | String | Required | string, required, max:255 | The full name of the user |
| username | String | Required | string, required, unique, max:255 | The unique username for login |
| String | Required | email, required, unique | The unique email address | |
| mobile | String | Optional | string, nullable, max:255 | The mobile phone number |
Response
200 OKStatus Code
HTTP status code (200)
Message
Authenticate user profile successfully updated
Data
Updated user profile payload