VXPasswordChange Data Type

Properties
name data type description
id number Id of the user
loginId string Login ID of the user
emailAddress string Email address of the user
resetCode string Reset Code
oldPassword string Old Password
updPassword string Updated Password

Example

{
  "id" : 12345,
  "loginId" : "...",
  "emailAddress" : "...",
  "resetCode" : "...",
  "oldPassword" : "...",
  "updPassword" : "..."
}