Change current password
Change current password
POST https://api.sponseasy.com/v2/user/change_password
This endpoint allows you to change the current user password.
Path Parameters
Name
Type
Description
token
string
Query Parameters
Name
Type
Description
user[password]
string
user[password_confirmation]
string
{
status: "success"
}{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?