| ClientUserGroupList Method  | 
            Returns a List of groups
            the specified user belongs to.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic List<MOVEitUserGroupInfo> UserGroupList(
	string Username
)
Public Function UserGroupList ( 
	Username As String
) As List(Of MOVEitUserGroupInfo)
public:
List<MOVEitUserGroupInfo^>^ UserGroupList(
	String^ Username
)
Parameters
- Username
 - Type: SystemString
User to list group membership of. 
Return Value
Type: 
ListMOVEitUserGroupInfoList containing list results if successful; otherwise, 
null.
Remarks
            Returns an empty List if no groups are found or 
 if the currently
            authorized user is not permitted to get this information.
            
See Also