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>
I am flagging this documentation as:

Need Free Developer Support?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">