Path: / admin / realms / {realm} / applications-by-id / {app-name} / session-count

Number of user sessions associated with this application { "count": number }

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

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications-by-id/{app-name}/session-countNumber of user sessions associated with this application { "count": number }

Method Detail

GET /admin/realms/{realm}/applications-by-id/{app-name}/session-count

Number of user sessions associated with this application { "count": number }

HTTP Example:
GET /admin/realms/{realm}/applications-by-id/{app-name}/session-count
API Example:

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

Output:
Map<String,Integer> -
Produces:
application/json