Newer Version Available

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

VPL360_GetCurrentUserDetails

This Integration Procedure is used in the self care portal to get user details after the subscriber has logged in.

Sample Input

This Integration Procedure fetches details of the logged in user. No input is required.

Sample Output

1{
2	"accountId": "",
3	"firstName": "Jane",
4	"licensed": true,
5	"userId": "0054W00000CRVRaQAP",
6	"userName": "jane.s@example.org"
7}

Called By

  • Flows:

    • Self care: Fetch Details Before Loading Landing Page

  • Components:

    • LWC: vplS360SelfCareLanding.js

Calls

  • Remote Action: GetUserData

    • Class: VPLUserDetails

    • Method: getUserData