latestOpenAPI 3.1.02026-08-2289226297.1 KB
9930915a1df9
admin
Restrict an account: hide it site-wide and lock it out of login
post/v1/admin.restrictAccount
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AdminRestrictAccountRequestBody.json",
"reason": "Ban evasion, see report #412",
"restricted": true
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1AdminRestrictAccountResponseBody.json",
"hidden": true,
"reason": "Ban evasion, see report #412",
"restricted": true,
"sessionsRevoked": 3
}