API Reference/api/users

/api/users

Info
Info

Requires administrator privileges

GET
Get all users

200
Ok (JSON)

Returns an array of users

[
...,
{
"id": 10,
"username": "dicedtomato",
"avatar": "data:image/png;base64,xxx",
"token": "x.x",
"administrator": false,
"superAdmin": false,
"systemTheme": "system",
"embed": {},
"ratelimit": null,
"totpSecret": null,
"domains": []
},
{
"id": 3,
"username": "test2",
"avatar": "data:image/png;base64,xxx",
"token": "x.x",
"administrator": false,
"superAdmin": false,
"systemTheme": "system",
"embed": {},
"ratelimit": null,
"totpSecret": null,
"domains": []
},
...
]
Last updated: 8/4/2023
Edit this page on GitHub