For the complete documentation index, see llms.txt. This page is also available as Markdown.

/group-role

Change Group Rank

patch
Authorizations
HTTPRequired

Jwt Auth: Authenticated requests contain a valid Json Web Token (JWT) as part of the Authorization: Bearer <JWT> header.

Your Sentinel API Key

Body
userIdnumberRequired

Roblox User ID

groupIdnumberRequired

Roblox Group ID

rankIdnumberRequired

Roblox Rank ID (1-255) not Role ID.

Responses
200

User was ranked

application/json
statusstringRequiredExample: ok
patch/group-role

Last updated

Was this helpful?