Change the password for the current user. User password must adhere to the following rules:Must be at least 8 characters long
Must contain at least 1 uppercase character
Must contain at least 1 lower case character
Request
Body Params multipart/form-data
password
string <password>
write-onlyrequirednew_password
string <password>
write-onlyrequirednew_password_confirm
string <password>
write-onlyrequiredRe-enter new password to confirm change
Request samples
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0/change' \
--form 'password=""' \
--form 'new_password=""' \
--form 'new_password_confirm=""'
Responses
application/json {
"meta": {
"code": 200
},
"response": {},
"result": "OK"
}
Modified at 2024-11-23 01:55:48