An premium membership plan for the workspace is required to use this endpoint!
Jwt Auth: Authenticated requests contain a valid Json Web Token (JWT) as part of the Authorization: Bearer <JWT> header.
Your Sentinel API Key
Roblox User ID
Roblox Group ID
Roblox Rank ID (1-255) not Role ID.
User was ranked
Workspace does not have Tier 2 (Premium) membership or higher.
An error occured while communicating with Roblox.com to change rank.
This usually happens as either;
{
"status": "ok"
}PATCH /api/v1/group-role HTTP/1.1
Host: sentinel.metatable.dev
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"userId": 1,
"groupId": 1,
"rankId": 1
}