QDVAPIFunctions.GetNTGroupUsers Method

Gets all users belonging to the specified groups.
public List<UserPrincipal> GetNTGroupUsers( 
List<string> groupNames 
)
This language is not supported or no code example is available.

Parameters

groupNames
List<string>

The list of NT group names.

Return Value

List<UserPrincipal>

A list of UserPrincipal objects belonging to specified groups.

Exception type Condition

QdvApiException

Domain context and domain are not accessible.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition