Click or drag to resize
ClientUserGroupGetDetails Method
Returns a MOVEitUserGroupInfo object containing information about the specified group.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitUserGroupInfo UserGroupGetDetails(
	string GroupName
)

Parameters

GroupName
Type: SystemString
Name of group to return information about.

Return Value

Type: MOVEitUserGroupInfo
MOVEitUserGroupInfo object containing information about the given group if successful; otherwise, null.
Remarks
If the group does not exist or the currently authorized user is not permitted to access it, then null is returned instead.
See Also