v1

latestSwagger 2.0Event Store License v22026-07-17711075.0 KB
Users

Reset user password

Reset the password of the specified user.

post/users/{login}/command/reset-password

Path parameters

loginstring required

The user's name.

Request body

NewPasswordstring

The new password for the user.

Example request

{
  "NewPassword": "aNewSecurePassword"
}

Response

OK