Change Password
This endpoint allows the authenticated user to change their current password. The user must provide their existing password, a new password, and confirm the new password. Upon successful validation, the password is updated and the user is logged out from current sessions.
Method | API Endpoint |
---|---|
POST | https://admin-eficyent.rare-able.com/api/user/change_password |
headers
: Object containing the API headers.
'X-Api-Key'
: To know how to generate please use Authentication
'X-Api-Signature'
: To know how to generate please use Authentication
Body Params
old_password required Regex - /^[^\s]+$/
password required Min 6 | Max 25 | Regex - /^[^\s]+$/
password_confirmation required Same as password