MOR API user logout

From Kolmisoft Wiki
Revision as of 18:48, 1 February 2008 by Admin (talk | contribs) (→‎Result)
Jump to navigationJump to search

MOR API

Logs out user from MOR

Request

HTML POST: http://<SERVER_IP>/mor/api/logout?u=username&p=password

Result

<xml encoding="UTF-8" standalone="yes">
 <action>
   <name>logout</name>
   <status>ok</status>
 </action>
</xml>

Everything is ok. User is logged out from the system.


<xml encoding="UTF-8" standalone="yes">
 <action>
   <name>logout</name>
   <status>failed</status>
 </action>
</xml>

This means that wrong username and/or password and user can't be authenticated and logged out from the system.