Change password if logged in
This api Change password if logged in
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/authenticate/changePassword | M | ||
METHOD | string | PUT | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
{
"oldpassword":"xxxxx",
"password":"yyyyy",
"repassword":"yyyyy"
}
Success
Error