v1

latestSwagger 2.0Event Store License v22026-07-17711075.0 KB
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