Account
Information about sub-users
List sub-users
const ptero = require('lmadactyl')
let result = await ptero.client.account.listUsers("https://yourpanel.com", "apikey", "serverid")
console.log(result) //ObjectParameter
Value
Account Detail
const ptero = require('lmadactyl')
let result = await ptero.client.account.accountDetail("https://yourpanel.com", "apikey")
console.log(result) //ObjectParameter
Value
Update Email
Parameter
Value
Update password
Parameter
Value
Last updated