Get-VPASAccountGroupMembers
Synopsis:
GET ACCOUNT GROUP MEMBERS |
Description:
USE THIS FUNCTION TO GET ACCOUNT GROUP MEMBERS |
Syntax:
Get-VPASAccountGroupMembers -GroupID <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAccountGroupMembers -safe <String> -GroupName <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAccountGroupMembers -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-GroupID <String> |
-safe <String> |
-GroupName <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$AccountGroupMembersJSON = Get-VPASAccountGroupMembers -GroupID {GROUPID VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |