create_users_by_id_report
Report a user on Trakt by providing their user ID and request body. Submit complaints about inappropriate content to keep the community safe.
Instructions
Report a user.
POST /users/{id}/report
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 |