Logout

logout

ParameterTypeINDescription
INParameters described in Overview
ActionStringINIdentifier for the action requested

Session

[OPTIONAL]

StringINThe session identifier, becomes mandatory if user and password not supplied

User

[OPTIONAL]

StringINThe user ID, becomes mandatory if session not supplied

password

[OPTIONAL]

StringINThe user password, becomes mandatory if session not supplied
ResponseXML / JSONOUTAn XML tree / JSON string containing the response

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
}