Kick / Exile
Kicking or exiling is helpful to get rid of spammers or related.
Kicking a user from your group
POST
https://jumpingstudios.xyz/api/v1/groupBot/kick.php
Query Parameters
Name
Type
Description
botName
string
The username of your Roblox bot. This is the authentication method to make sure you both own the bot and in case you have multiple bots running.
userId
string
The ID of the user you want to kick out of the group.
groupId
string
Your group ID, the bot needs to have a role with permissions to kick users for this endpoint to work properly.
auth
string
API Key
{"success":true,"message":"No comment."}
Last updated
Was this helpful?