infoRouter Document Management System - Web Services API Documentation Version 7.0
GetUserGroup
Returns information on the specified usergroup.
Syntax
[Visual Basic]
Public Function GetUserGroup(ByVal AuthenticationTicket As String, _
ByVal DomainName As String, _
ByVal GroupName As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

DomainName

The domain of the usergroup if it is local

GroupName

The Name of the user group to be retrieved


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the user group has been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return information about user group.
Remarks
To retrieve global user groups specify do not specify a domain name.
Example

					
See Also
Create User Group |
Delete User Group
Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter DMS