List all users
GET
/api/admin/users
Returns all registered users including their storage usage. Requires an admin session token.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Responses
OK
application/json
JSON { "id": "string", "username": "string", "type": "string", "storage": { "current": "string", "max": "string" }, "files": { "current": 0, "max": 0 }, "folders": { "current": 0, "max": 0 }, "pastes": { "current": 0, "max": 0 }, "collections": { "current": 0, "max": 0 }, "shares": { "current": 0, "max": 0 }, "tokens": { "current": 0, "max": 0 } }
[
]
