---
title: "Add a follower to a deal"
method: POST
path: "/deals/{id}/followers"
tags: ["Deals"]
---

# Add a follower to a deal

`POST /deals/{id}/followers`

Adds a follower to a deal.

## Path parameters

- `id` integer, required

## Request body

- object
  - `user_id` integer, required — The ID of the user

## Response `200`

Add a follower to a deal

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `user_id` integer — The user ID who added the follower
    - `id` integer — The follower ID
    - `deal_id` integer — The ID of the deal which the follower was added to
    - `add_time` string — The date and time when the deal follower was added

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/versions/bf863a979545/schema)
