Skip to main content
POST
/
cabinet
/
admin
/
ban-system
/
punishments
/
{user_id}
/
unban
Unban User
curl --request POST \
  --url https://api.example.com/cabinet/admin/ban-system/punishments/{user_id}/unban \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Response

Successful Response

Unban response.

success
boolean
required
message
string
required