PUT Users /v3/Users/{id}/Password - Sets the password of the local user
Closed this issue · 1 comments
Apofis commented
Hi,
when i try to change my user local password from API https://xxx.xxx.xxx.xxx/service/core/swagger/ui/index#!/Users/Users_SetPasswordAsync
i receive this error:
{
"Message": "The request is invalid.",
"ModelState": {
"password": [
"Unexpected character encountered while parsing number: q. Path '', line 1, position 1."
]
},
"Code": 70000
}
Thanks
-cmb
Apofis commented
Hi,
we discovered the problem.
Vi API you have to pass the password in "double quotes".
Sorry for useless opening.