Update Rank
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
useridintegerRequiredExample:
The Roblox user ID to update the rank for
112007356rankinteger · min: 1 · max: 254RequiredExample:
The new rank to assign to the user (must be a valid rank ID in the group)
10Responses
200
Rank updated successfully
application/json
400
Bad request - invalid input parameters
application/json
401
Unauthorized - invalid or missing API key
application/json
403
Forbidden - insufficient permissions to change rank
application/json
404
Not Found - user or rank not found
application/json
429
Too Many Requests - rate limit exceeded
application/json
500
Internal server error or Roblox API error
application/json
post
/setRankLast updated
Was this helpful?