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.