UserPasswordVO Data Type

Properties
name data type description
login string
currentPassword string
newPassword string
confirmNewPassword string

Example

{
  "login" : "...",
  "currentPassword" : "...",
  "newPassword" : "...",
  "confirmNewPassword" : "..."
}