Get-VPASIdentityCurrentUserDetails
Synopsis:
GET CURRENT LOGGED IN USER DETAILS IN IDENTITY |
Description:
USE THIS FUNCTION TO RETRIEVE DETAILS OF THE CURRENT LOGGED IN USER IN IDENTITY |
Syntax:
Get-VPASIdentityCurrentUserDetails [-token <Hashtable>] [<CommonParameters>] |
Get-VPASIdentityCurrentUserDetails -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$CurrentUserDetails = Get-VPASIdentityCurrentUserDetails |
$InputParameters = @{} |
Outputs:
If successful: |
$false if failed |