UpdateUserPasswordDto

{
  "currentPassword": "**********",
  "newPassword": "**********",
  "repeatNewPassword": "**********"
}

Properties

Name
Type
Required
Restrictions
Description

currentPassword

string

true

none

User old password ( from 8 to 32 symbols )

newPassword

string

true

none

User new password ( from 8 to 32 symbols )

repeatNewPassword

string

true

none

Repeat new password ( from 8 to 32 symbols )

Last updated