blockUser
Block a user on Twitter by user ID or username to restrict them from following you or viewing your tweets. Use this tool for enhanced privacy and account control.
Instructions
Block a user account to prevent them from following you or viewing your tweets
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | No | The ID of the user to block | |
username | No | The username of the user to block (alternative to userId) |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "The ID of the user to block",
"type": "string"
},
"username": {
"description": "The username of the user to block (alternative to userId)",
"type": "string"
}
},
"required": [],
"type": "object"
}