create_users_by_id_follow
Follow a Trakt user by their slug or 'me' for the authenticated user, adding them to your network.
Instructions
Follow this user.
POST /users/{id}/follow
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 |