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

CurrentPasswordstring

The current password for the user.

NewPasswordstring

The new password for the user.

Example request

{
  "CurrentPassword": "anOldSecurePassword",
  "NewPassword": "aNewSecurePassword"
}

Response

OK

Changes