Website IconRankGun

Demote User

Demote Roblox User.

POST
/roblox/demote
/roblox/demote

Request Body

application/jsonRequired

user_id
Required
User Id

workspace_id
Required
Workspace Id

Header Parameters

api-token
Required
Api-Token

curl -X POST "https://api.rankgun.works/roblox/demote" \
  -H "api-token: string" \
  -H "Content-Type: application/json" \
  -d '{
    "user_id": 5523,
    "workspace_id": "fjF88FasFjf8fmamv"
  }'

Successful Response

{
  "path": "string",
  "updateTime": "2019-08-24T14:15:22Z",
  "user": 0,
  "role": 0
}