Click or drag to resize
Client.UserGroupListMembers Method
Returns a List of all users in the specified group.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public List<MOVEitUserInfo> UserGroupListMembers(
	string GroupName
)

Parameters

GroupName
Type: System.String
Name of group to list members of.

Return Value

Type: List<MOVEitUserInfo>
List containing list results if successful; otherwise, null.
See Also