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
Example:
"222"
Example:
"10"
Example:
"AdminUser"
Example:
"111"
Example:
"Player123"
Example:
"Member"
Example:
"promote"
Example:
"Promoted!"
Example:
"!"
Example:
"https://discord.com/api/webhooks/..."
Response
User ranked successfully. Returns the new role name.
Example:
"High Rank"