Removes the ban from the user.
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. |
OK
Unauthorized
Forbidden
Not Found
Unprocessable Entity
curl --request DELETE \ --url https://login.xsolla.com/api/projects/{project_id}/users/{user_id}/ban \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}