API References
Panora Ranking
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
Endpoint
POST /v1/ranker?placeid={game.GameId}
Request Body
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The place (universal) ID associated with the group. Must be whitelisted.
Example:
"123456789"
Body
application/json
Response
200
application/json
User ranked successfully. Returns the new role name.
The response is of type object
.