MOR API user logout
From Kolmisoft Wiki
Jump to navigationJump to search
Logs out user from MOR
Request
HTML POST: http://<SERVER_IP>/mor/api/logout?u=username&p=password
Result
<Status>Ok</Status>
Everything is ok. User is logged out from the system.
<Status>Failed</Status>
This means that wrong username and/or password and user can't be authenticated and logged out from the system.