create_users_by_id_block
Block a Trakt user by their slug or 'me' to prevent interactions and hide their content from your account.
Instructions
Block this user.
POST /users/{id}/block
Args: id: The slug that identifies the user, or "me" for the authenticated user. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |