| ClientUserGroupListAll Method (String) | 
            Returns a List of all groups
            in the specified organization.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic List<MOVEitUserGroupInfo> UserGroupListAll(
	string OrgID
)
Public Function UserGroupListAll ( 
	OrgID As String
) As List(Of MOVEitUserGroupInfo)
public:
List<MOVEitUserGroupInfo^>^ UserGroupListAll(
	String^ OrgID
)
Parameters
- OrgID
 - Type: SystemString
ID of the organization to list the groups 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. The 
OrgID argument only
            applies if the currently authorized user is a SysAdmin; by default this value is the
            same as the currently authorized user's OrgID.
            
See Also