Skip to content
On this page

User accounts

Endpoint

GET /v1/humanusers

Returns all users with accounts on a Raspberry Pi

Responses

json
{
   "username":{
      "type":"string"
   },
   "password":{
      "type":"string"
   },
   "uid":{
      "type":"int"
   },
   "gid":{
      "type":"int"
   },
   "additionalInfo":{
      "type":"array",
      "items":{
         "type":"string"
      }
   },
   "homeDirectory":{
      "type":"string"
   },
   "defaultShell":{
      "type":"string"
   }
}