# Subscribe to task **POST /actions/user/tasks/{task_id}/subscribe** Create a subscription entry for the current user and given task. When subscribed, the user receives notifications for all comments posted on the task. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** (string(uuid)) Task unique identifier ## Responses ### 201 Subscription created successfully #### Body: application/json (object) - **id** (string(uuid)) Subscription unique identifier - **person_id** (string(uuid)) Person identifier - **task_id** (string(uuid)) Task identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)