Kick or Ban User
This endpoint allows you to kick or ban a user account in your community.
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
Ban User
POST
https://api.sonorancad.com/general/ban_user
This endpoint allows you to ban a user account in your community.
Request Body
Name
Type
Description
id
string
Your community's ID
key
string
Your community's API Key
type
string
BAN_USER
data
array
Array of user account ban objects
Last updated