infoRouter Document Management System - Web Services API Documentation Version 7.0
AddManagerToDomain
Adds a domain manager to the specified domain.
Syntax
[Visual Basic]
Public Function AddManagerToDomain(ByVal AuthenticationTicket As String, _
ByVal DomainName As String, _
ByVal UserName As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

DomainName

An infoRouter Domain Name

UserName

User Name of the user to be added to the manager list.


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the User has been added to the manager list successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The caller must be the system administrator.
The user must already be a member of the domain.
Example

					
See Also
GetManagers | Remove Manager From Domain | Get Domain Members

Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter Document Management System