---
title: "Add a follower to an organization"
method: POST
path: "/organizations/{id}/followers"
tags: ["Organizations"]
---

# Add a follower to an organization

`POST /organizations/{id}/followers`

Adds a follower to an organization.

## 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 request was successful or not
  - `data` object
    - `org_id` integer — The ID of the organization
    - `user_id` integer — The user ID of the follower related to the item
    - `id` integer — The ID of the follower
    - `add_time` string, date-time — The date and time of adding the follower to the item

---

[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/302b0d7c2c1a/schema)
