Changes the rank of a user in a Roblox group if the API key is valid and the place is whitelisted. Requires Elite plan.
POST /v1/ranker?placeid={game.GameId}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The place (universal) ID associated with the group. Must be whitelisted.
"123456789"
User ranked successfully. Returns the new role name.
The response is of type object
.