{
  "sessions": {
    "<a number of from 1>": {
      "gid": 4,
      "idle_time": "string",
      "login_time": "string",
      "port": "string",
      "remote_host": "string",
      "username": "string"
    }
  },
  "users": {
    "<username>": {
      "enable": true,
      "gid": 4,
      "password": "string",
      "self": "string"
    }
  }
}