Session_Info
Session_Info
Represents data associated with an API session.
JSON Example
{
"user": "string",
"created_time": "string",
"last_accessed_time": "string"
}
string
user
Required
Fully qualified name of the end user that created the session, for example [email protected]. A typical use case for this information is in Graphical User Interfaces (GUI) or logging systems to visualize the identity of the current user.
string As date-time
created_time
Required
Time when the session was created.
string As date-time
last_accessed_time
Required
Last time this session was used by passing the session token for invoking an API.