---
title: "Lấy danh sách người đang theo dõi 1 user"
method: GET
path: "/users/{userId}/followers"
tags: ["Users"]
---

# Lấy danh sách người đang theo dõi 1 user

`GET /users/{userId}/followers`

## Path parameters

- `userId` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsUsersUserItem[]
  - `id` string
  - `name` string
  - `bio` string
  - `isAuthentic` boolean
  - `followed` boolean

## Other responses

- `400` — Có lỗi khi thực hiện thao tác
- `404` — User không tồn tại

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
