VPL360_DoSignIn

This Integration Procedure allows existing customers to log in to the self care portal.

Sample Input

{
	"password": "Aug2020!",
	"userName": "john@example.org"
}

Parameter

Required/Optional

password

Required

userName

Required

Sample Output

{
"redirectUrl":"URL to be redirected to",
"msg":"Login Successful"
}

Called By

  • Flows:

    • Self care: Customer Login

  • Components:

    • LWC: vplS360SelfCareLogin.js

Calls

  • Remote Action: performSignIn

    • Class: VPLUserDetails

    • Method: doSignIn