AgileApps Support Wiki Pre Release

REST API:LogoutAll

From AgileApps Support Wiki
Revision as of 15:12, 17 July 2024 by Wikidevuser (talk | contribs)

Logs out all the sessions of a user

Method
GET
URI
https://{yourDomain}/networking/rest/httpSessionManagement/logoutAll
Response
{
    "platform": {
        "message": {
            "code": "0",
            "description": "Success"
        }
    }
}
See also: REST API:Error Codes
Fields
Name Type Description
code Integer Response code indicating the result of the request. 0 indicates success, 1 indicates failure.
description String Description of the response code