Newer Version Available
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}