Changes a specified user's password.
The authenticated user needs the ADMIN
(including USERADMIN
) permissions to perform this action. To change your own password, use the /accountmanager.changepassword endpoint instead.
{- "data": {
- "newPassword": "eqweqweqwQW112131FF*"
}
}
{- "response": {
- "node": "string",
- "data": null,
- "status": 0
}
}