Skip to main content
POST
/
api
/
v2
/
backoffice
/
legal
/
downgrade-user
cURL
curl --request POST \
  --url https://sandbox.killb.app/api/v2/backoffice/legal/downgrade-user \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "level": "<string>",
  "userId": "0c4805cf-c97c-4d79-bf7b-4f63a835228e",
  "isBlocked": true
}
'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
level
string
required
userId
string
required
Example:

"0c4805cf-c97c-4d79-bf7b-4f63a835228e"

isBlocked
boolean
required

Response

The User has been successfully downgraded.