Connect your Roblox bot account and get an API key to rank, exile, and manage players directly from your game server.
| Method | Endpoint | Parameters | Description |
|---|---|---|---|
| POST | /roblox/setRank | groupId, userId, rank | Set a player's rank number |
| POST | /roblox/exile | groupId, userId | Remove player from group |
| POST | /roblox/handleJoinRequest | groupId, userId, accept | Accept or deny join request |
| POST | /roblox/shout | groupId, message | Post a group shout |
| POST | /roblox/getRank | groupId, userId | Get player's current rank |