Get user sessions

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired
user-idstringRequired

Response

OK
idstring or null
usernamestring or null
userIdstring or null
ipAddressstring or null
startlong or null
lastAccesslong or null
rememberMeboolean or null
clientsmap from strings to strings or null
transientUserboolean or null

Errors