Name
global.PwdResetAPI_V2
Description
Version2 API for Web Service
Script
var PwdResetAPI_V2 = Class.create();
PwdResetAPI_V2.prototype = Object.extendsObject(PwdResetAPI, {
/**
{
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
}
],
}
]
}
}
**/
getVerifyPageInfo : function(requestId){
var pageInfo = new PwdResetPageInfo_V2();
return pageInfo.getVerifyPageInfo(requestId);
},
type: 'PwdResetAPI_V2'
});
Sys ID
1b0b5df7670622008b52f3b457415a13