Name
global.PwdResetAPI_V3
Description
Version3 API for Web Service
Script
var PwdResetAPI_V3 = Class.create();
PwdResetAPI_V3.prototype = Object.extendsObject(PwdResetAPI_V2, {
/**
{
status: "ok",
error : "",
info : {
verification_selection: true/false : should there be a verification selection process from the user
user_id : "", Need this for sending out email with url ajax call
email_reset_url : "", Send out email with reset link if true
verifications:
[
id : "", ID is absent from Personal Data type. It is found in the questions instead
label,
required,
info:
{
type : "", qa|sms|personal_data
elements : [
questions: { Used for QA and Personal Data
id : label
},
num_reset: ""
],
}
]
}
}
**/
getVerifyPageInfo : function(requestId){
var pageInfo = new PwdResetPageInfo_V3();
return pageInfo.getVerifyPageInfo(requestId);
},
type: 'PwdResetAPI_V3'
});
Sys ID
6f432ee7670203008b52f3b457415aed