---
title: "Add a follower to a person"
method: POST
path: "/persons/{id}/followers"
tags: ["Persons"]
---

# Add a follower to a person

`POST /persons/{id}/followers`

Adds a follower to a person.

## Path parameters

- `id` integer, required

## Request body

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

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `user_id` integer — The ID of the user who was added as a follower to a person
    - `id` integer — The ID of the follower
    - `person_id` integer — The ID of the person to whom the follower was added
    - `add_time` string — The date and time when the follower was added to a person. Format: YYYY-MM-DD HH:MM:SS

---

[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/revisions/bf863a979545/schema)
