REST API:LogoutAll

From AgileApps Support Wiki

Logs out all the sessions of a user

Method
GET
URI
https://{yourDomain}/networking/rest/httpSessionManagement/logoutAll
Response
{
    "platform": {
        "message": {
            "code": "0",
            "description": "Success"
        }
    }
}