Skip to content
On this page

List all users' sessions

Endpoint

GET /v1/users

Returns a list of active users' session from a Raspberry Pi

Responses

json
{
   "type":"array",
   "items":{
      "type":"object",
      "properties":{
         "user":{
            "type":"string"
         },
         "terminal":{
            "type":"string"
         },
         "started":{
            "type":"int"
         },
      }
   }
}