Rank

This endpoint allows you to remotely rank a user. If the module is disabled when you create the bot, it will return with an error and not run the function you've called.

Ranking a user

POST https://jumpingstudios.xyz/api/v1/groupBot/rank.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.

newRank

string

The group rank (number)

userId

string

The ID of the user you're going to change the rank of.

groupId

string

Your group ID, the bot needs to have a role with permissions to rank users for this endpoint to work properly.

auth

string

API Key

{"message":"No comment.","success":true}
Example audit log

Last updated

Was this helpful?