|
als_get_webclient.cgi |
Top Previous Next |
|
Description als_get_webclient.cgi can retrieve a web client by username or email address. In addition it can be used for authentication with the optional password parameter.
Example Usage http://localhost:83/als_get_webclient.cgi?username=demo
Inputs
Returned Fields
XML Returned <root>
<webclient> <row seq="1" email="demo@youremail.com" username="demo" password="test" firstname="" lastname="jones" address1="" address2="" city="" state="" zip="" country="" phone="" cellphone="" fax="" notes="" dateadded="5/22/2007" lastupdated="5/22/2007 1:42:56 PM" active="True"/> </webclient> </root>
|