Export It 1.3.1 Documentation
REST Server API: check_credentials
Verifies if the given username and password are valid credentials for the system.
Resource URL
http://example.com/?ACT=<ACT>&key=<key>&method=check_credentials&format=xml
Parameters
Both username and password are required
| username | required | The value to use for the username check. |
| password | required | The value to use for the password check. |
Example Request
http://example.com/?ACT=<ACT>&key=<key>&method=check_credentials&format=xml&username=test&password=test_pass
Example Response
<?xml version="1.0" encoding="UTF-8"?> <members> <member> <username><![CDATA[rusty]]></username> <member_id>104</member_id> <screen_name><![CDATA[Rusty Shackleford]]></screen_name> <email><![CDATA[eric@mithra62.com]]></email> <join_date>1316342553</join_date> <last_visit>1332862244</last_visit> <group_id>5</group_id> <in_authorlist><![CDATA[n]]></in_authorlist> <group_title><![CDATA[People]]></group_title> </member> </members>

