PasswordOption

Field Null Description Note
passwordLink
string
  The password link.  
user
object
  A UserDetail object  
sendEmail
boolean
  Send password link via email or not  
clearSecurityQuestion
boolean
  Clear all security questions or not  
emailAddresses
array of strings
  The list of email addresses to send password link  

Inherited fields:

Expiration

Field NULL Description Note
isExpired
boolean
  Is the item expired  
notifyDuringDay
integer
Y The number of days to notify in advance, before the item is expired  
Sample:
{
  "passwordLink" : "http://127.0.0.1:8888/account/activation?verification=H8K....RU%3D",
  "user" : {
     "userName" : "jdoe",
     "id" : "6c447061-8f1d-4ff4-803c-b6b15695b8c3"
  },
  "sendEmail" : false,
  "clearSercurityQuestion" : false,
  "emailAddresses" : ["jdoe@acme.com"]
}