---
title: "List followers of an organization"
method: GET
path: "/organizations/{id}/followers"
tags: ["Organizations"]
---

# List followers of an organization

`GET /organizations/{id}/followers`

Lists the followers of an organization.

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `success` boolean — If the request was successful or not
  - `data` object[] — The array of followers
    - `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
  - `additional_data` object
    - `pagination` object — Pagination details of the list
      - `start` integer — Pagination start
      - `limit` integer — Items shown per page
      - `more_items_in_collection` boolean — Whether there are more list items in the collection than displayed
      - `next_start` integer — Next pagination start

---

[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)
