Skip to content
On this page

Retrieve a user session

Endpoint

GET /v1/users/{user}

Retrieves an active user session from a Raspberry Pi


Path Parameters


user REQUIRED no type

A Linux username

Responses

json
{
   "user":{
      "type":"string"
   },
   "terminal":{
      "type":"string"
   },
   "started":{
      "type":"int"
   }
}
text
Failed to retrieve a user session with given username.