---
title: "List followers of a user"
method: GET
path: "/users/{id}/followers"
tags: ["Users"]
---

# List followers of a user

`GET /users/{id}/followers`

Lists the followers of a specific user.

## Path parameters

- `id` integer, required

## Response `200`

The list of user IDs

- object
  - `success` boolean — If the response is successful or not
  - `data` integer[] — The list of user IDs

## Other responses

- `403` — Forbidden response

---

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