Logout

logout

ParameterType
ActionString
Session [OPTIONAL]String
User [OPTIONAL]String
password [OPTIONAL]String
ResponseXML / JSON

Description

Calling the users API with an action of logout retrieves the success/fail of the logout action.

Return Values

Response – Success/fail response.

The structure of the response is:

<Responses>
<Success>
<SuccessText>Session logged out.</SuccessText>
</Success>
</Responses>
{
    "responsecode": 1,
    "responsestatus": "OK",
    "errorcode": 0,
    "errormessage": "",
    "responsemessage": "Session logged out.",
    "success": true
}