Newer Version Available

This content describes an older version of this product. View Latest

VPL360_DoSignIn

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

Sample Input

1{
2	"password": "Aug2020!",
3	"userName": "john@example.org"
4}

Parameter

Required/Optional

password

Required

userName

Required

Sample Output

1{
2"redirectUrl":"URL to be redirected to",
3"msg":"Login Successful"
4}

Called By

  • Flows:

    • Self care: Customer Login

  • Components:

    • LWC: vplS360SelfCareLogin.js

Calls

  • Remote Action: performSignIn

    • Class: VPLUserDetails

    • Method: doSignIn