Get sessions count

Get the number of user sessions.

Log in to see full request history
Query Params
sids
array of strings

Filter sessions based on user sids.

sids
Responses

Response body
object
sessionsPerUser
array of objects

Specifies the sessions count per user.

sessionsPerUser
object
int64

Specifies the number of sessions for the user.

string

Specifies the user sid.

int64

Specifies the aggregated sessions count for the user sessions returned. If sids are not given this returns the total system wide sessions count and if the sids are given, this returns the total sessions count for the given sids.

Language
Credentials