Get a user
GET
/api/admin/users/{id}
Get info about a specific user and their storage usage/limits. Requires an admin session token.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
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 }
{
}
