Users
Change user password
Change the password of the specified user.
post/users/{login}/command/change-password
Path parameters
loginstring required
The user's name.
Request body
Example request
{
"CurrentPassword": "anOldSecurePassword",
"NewPassword": "aNewSecurePassword"
}Response
OK