Xsolla-logoXsolla Developers
or
To Publisher Account

Unban userServer-side

delete/projects/{project_id}/users/{user_id}/ban

Removes the ban from the user.

SecurityServer
Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

user_id
required
string <uuid>

User ID. You can find it in Publisher Account > your Login project > Users.

Responses
204

OK

401

Unauthorized

403

Forbidden

404

Not Found

422

Unprocessable Entity

Request samples
curl --request DELETE \
  --url https://login.xsolla.com/api/projects/{project_id}/users/{user_id}/ban \
  --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
Response samples
{
  • "error": {
    }
}