HFS 3
accounts
Copy Page
HFS 3
Introduction
Front-end
List files
GET
Upload
PUT
Upload
POST
Delete
DELETE
Create folder
POST
Admin
misc
get config
set config
accounts
add account
POST
update account
POST
list accounts
GET
delete account
POST
list usernames
GET
get account
GET
list admins
GET
safer update of the password
POST
VFS
plugins
monitoring
log
accounts
Copy Page
list admins
Developing
GET
/~/api/get_admins
Try it
Run in Apidog
Run in Apidog
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'http://localhost/~/api/get_admins'
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
list
array
[string]
required
Example
{
"list"
:
[
"string"
]
}
Modified atÂ
2024-04-20 14:26:19
Previous
get account
Next
safer update of the password