Path: / admin / realms / {realm} / applications / {app-name} / logout-all

If the application has an admin URL, invalidate all sessions associated with that application directly.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/applications/{app-name}/logout-allIf the application has an admin URL, invalidate all sessions associated with that application directly.

Method Detail

POST /admin/realms/{realm}/applications/{app-name}/logout-all

If the application has an admin URL, invalidate all sessions associated with that application directly.

HTTP Example:
POST /admin/realms/{realm}/applications/{app-name}/logout-all
API Example:

ApplicationResource.logoutAll({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
GlobalRequestResult