Request
necessary only for POST requests
Body Params application/json
disable_password_change
boolean
optional{
"username": "john",
"password": "betterUseLongPasswords",
"overwrite": false
}
Request samples
curl --location --request POST 'http://localhost/~/api/add_account' \
--header 'x-hfs-anti-csrf: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "john",
"password": "betterUseLongPasswords",
"overwrite": false
}'
Responses
application/json returned because it is normalized
Modified at 2025-05-30 14:11:36