Update Rank

Set a user's rank in the group

post

Updates the rank of a specified user in the Roblox group associated with the API key

Authorizations
AuthorizationstringRequired

API key generated in the BloxTech Applications dashboard

Body
useridintegerRequired

The Roblox user ID to update the rank for

Example: 112007356
rankinteger · min: 1 · max: 254Required

The new rank to assign to the user (must be a valid rank ID in the group)

Example: 10
Responses
200

Rank updated successfully

application/json
post
/setRank

Last updated

Was this helpful?