potatoqualitee / tentools

💙 tenable.sc / nessus / acas powershell module
BSD 3-Clause "New" or "Revised" License
39 stars 7 forks source link

add regular user #32

Closed potatoqualitee closed 3 years ago

potatoqualitee commented 3 years ago
Invoke-WebRequest -Uri "https://localhost:8834/users" `
-Method "POST" `
} `
-ContentType "application/json" `
-Body "{`"username`":`"test`",`"permissions`":`"32`",`"type`":`"local`",`"name`":`"test`",`"email`":`"test@ad.local`",`"password`":`"blah`"}"
potatoqualitee commented 3 years ago

done almost twice