unblock_user
Remove restrictions on a previously blocked user on the Lichess platform by specifying their username, enabling full interaction and engagement again.
Instructions
Unblock a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Username of the player to unblock |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "Username of the player to unblock",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}