Kick or Ban User
This endpoint allows you to kick or ban a user account in your community.
Ban User
Request Body
Name
Type
Description
User Ban: {{ ACCOUNT UUID }} Status: {{ isBan }}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API ENDPOINT IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEYAPI ID NOT LINKED TO AN ACCOUNT IN THIS COMMUNITY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "BAN_USER",
"data": [
{
"apiId": "STEAM:1234", // (Option 1) API ID entered in the unit identifiers
// Typically, this is their STEAM ID
"accId": "000-000-000", // (Option 2) Sonoran SSO UUID
"isBan": true, // OPTIONAL: Ban (true) or un-ban (false)
"isKick": false // OPTIONAL: Kick instead of ban
},
]
}Last updated
Was this helpful?

