Method: /user/resetPassword
Example:
Parameters
{
"user":{"id":"user id 1"},
"attrs":
{
"password":"new password",
"userMustChangePassword":true|false
}
}
Response
{
"error":0
}
Method: /user/resetPassword
Example:
{
"user":{"id":"user id 1"},
"attrs":
{
"password":"new password",
"userMustChangePassword":true|false
}
}
{
"error":0
}