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=…
Output:
List<UserSessionRepresentation> -
Query parameters:
first
max
Produces:
application/json