Path: / admin / realms / {realm} / applications / {app-name} / user-sessions

Return a list of user sessions associated with this application

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

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications/{app-name}/user-sessions?first=…&max=…Return a list of user sessions associated with this application

Method Detail

GET /admin/realms/{realm}/applications/{app-name}/user-sessions

Return a list of user sessions associated with this application

HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}/user-sessions?first=…&max=…
API Example:

ApplicationResource.getUserSessions({'first': /* Return a list of user sessions associated with this application */,
  'max': /* Return a list of user sessions associated with this application */,
  'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
List<UserSessionRepresentation> -
Query parameters:
first
max
Produces:
application/json