Mobile POS App Update Password
POST
Update Password
Change the account password of the currently authenticated app user after verifying their current password.
POST
/app/profile/password
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| current_password | String | Required | string, required, min:2 | The user's current password |
| password | String | Required | string, required, min:2, confirmed | The new password |
| password_confirmation | String | Required | string, required, min:2 | The confirmation of the new password |
Response
200 OKStatus Code
HTTP status code (200)
Message
Authenticate user password successfully updated
Data
Updated user profile payload