2.1.1 Sessions object
Represents a collection of session by a particular user.
Fields
Field | Type | Description |
---|---|---|
user optional |
2.1.1 User object | The user the session were created by. |
total required |
Integer | The total number of user sessions found. |
sessions optional |
List of 2.1.1 Session object | The actual list of sessions. |
Last updated on