Returns a list of all infoRouter users.

Syntax

Visual Basic (declaration)
Public Function GetAllUsers( _ 
ByVal AuthenticationTicket as String) as XmlNode

C# (declaration)
public XmlNode GetAllUsers( 
string AuthenticationTicket)

Parameters

AuthenticationTicket
    string infoRouter ticket

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the user list has been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return a list of users.

Remarks

The caller must be the system administrator.

See Also