REST API:LogoutAll

From AgileApps Support Wiki
Revision as of 08:59, 9 January 2024 by Wikidevuser (talk | contribs) (Created page with "Logs out all the sessions of a user ;Method:GET ;URI:<tt>{{platformURL}}/rest/httpSessionManagement/logoutAll</tt> ;Response: :<syntaxhighlight lang="xml" enclose="div">{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Logs out all the sessions of a user

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