Skip to main content
PATCH
/
v1
/
game
/
users
/
{serverId}
/
users
/
{subuserId}
Update subuser permissions
curl --request PATCH \
  --url https://api.waterfall.host/v1/game/users/{serverId}/users/{subuserId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "permissions": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required
subuserId
string
required

Body

application/json
permissions
string[]
required

Response

200

Subuser updated