SupportDownloadServer HostingAbout
Search
⌃K
Links
Sonoran CMS
📱
Download the App
Other Products
🖥️ Sonoran Servers
⌨️ Sonoran CAD
Sonoran Radio
Why choose Sonoran CMS?
🏆
Why Choose Sonoran CMS?
Tutorials
Getting Started
User Management
Community Website
Customization
Calendar Events
Drive & Documents
Forms and Applications
Administrative
Integration Capabilities
Sonoran CAD Sync
Discord Role Sync
TeamSpeak 3 Role Sync
Discord Rich Presence
Discord Webhooks
QB Core Game Panel
Sonoran Shield
In-Game Integration Resources
Developer API Documentation
📖
API Integration
Getting Started
Push Events
API Endpoints
General
Get Sub Version
Check Com API ID
Get Com Account
Get Departments
Get Profile Fields
Get Account Ranks
Set Account Ranks
Clock In Out
Kick Account
Ban Account
Edit Account Profile Fields
Servers
Events
🌎
Translation Support
Roadmap
📋
Changelog
Other
Sonoran CMS
AI QA
Contact Us
Policy
Pricing
Pricing FAQ
View and Compare Plans
Powered By GitBook

Kick Account

This endpoint allows you to kick an account from your community.
post
https://api.sonorancms.com
/general/kick_account
Kick Account
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "KICK_ACCOUNT",
"data": [
{
"apiId": "SOME_API_ID", // Optional - must have one (apiId or accId)
"accId": "SOMEACCID", // Optional - must have one (apiId or accId)
}
]
}
Previous
Clock In Out
Next
Ban Account
Last modified 4mo ago