{
"title": "result",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The session token for the logged in user"
},
"loginMethod": {
"type": "string",
"description": "The way a user logged in",
"enum": [
"Web",
"sudo"
]
},
"session_start": {
"type": "integer",
"description": "The Unix epoch time when the session started"
},
"ttl": {
"type": "integer",
"description": "The default ttl for a user session"
},
"principalId": {
"type": "string",
"description": "The accountId for the logged in user"
},
"requestCount": {
"type": "integer",
"description": "The number of API requests made during the active session"
}
}
}