users_add_follower
Add a follower to a user, enabling the follower to see the followed user's activities. Improves team collaboration and visibility.
Instructions
Add a follower to a user.
Makes one user follow another user's activities.
Workflow tips:
Follower will see activities of followed user
Useful for team collaboration and visibility
Requires appropriate permissions
Common use cases:
Add follower: { "id": 123, "user_id": 456 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user to be followed | |
| user_id | Yes | ID of the user to add as follower |