Last updated 12 days ago
Was this helpful?
An premium membership plan for the workspace is required to use this endpoint!
Roblox User ID
Roblox Group ID
Roblox Rank ID (1-255) not Role ID.
curl -L \ --request PATCH \ --url 'https://sentinel.metatable.dev/api/v1/group-role' \ --header 'Authorization: Bearer BearerJwt' \ --header 'Content-Type: application/json' \ --data '{ "userId": 1, "groupId": 1, "rankId": 1 }'
{ "status": "ok" }