Click or drag to resize
ClientUserGroupListMembers 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: SystemString
Name of group to list members of.

Return Value

Type: ListMOVEitUserInfo
List containing list results if successful; otherwise, null.
See Also