---
title: "List attached Followers"
method: GET
path: "/users/{id}/followers"
tags: ["User"]
---

# List attached Followers

`GET /users/{id}/followers`

List attached Followers.

## Path parameters

- `id` integer, required

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

result Users list

- UserFollowersList[]
  - `id` integer, required

## Other responses

- `400` — invalid input, data invalid
- `404` — resource not found
- `409` — conflicting resources
- `500` — unexpected error

## Changes

- **2022-01-05** `5b0400c2be16` — 2 info
  - for the `query` request parameter `itemsPerPage`, the format was generalized from `int32` to no format
  - for the `query` request parameter `page`, the format was generalized from `int32` to no format
- **2022-01-03** `78a90bffa447` — 1 info
  - added the non-success response with the status `409`
- **2022-01-03** `121d73086a68` — 3 breaking, 6 info
  - the `code` response's property format changed from `int32` to no format for status `400`
  - the `code` response's property format changed from `int32` to no format for status `404`
  - the `code` response's property format changed from `int32` to no format for status `500`
  - the response property `code` became required for the status `400`
  - …5 more
- **2021-12-21** `bc315bc889bf` — 1 breaking, 1 info
  - the `items/id` response's property format changed from `int32` to no format for status `200`
  - for the `path` request parameter `id`, the format was generalized from `int32` to no format
- **2021-12-20** `7a0c7ed72af3` — 3 breaking, 2 info
  - the `errors` response's property type changed from `object` to no type for status `400`
  - the `errors` response's property type changed from `object` to no type for status `404`
  - the `errors` response's property type changed from `object` to no type for status `500`
  - added the new optional `query` request parameter `itemsPerPage`
  - …1 more

[Full history](https://skmtc.dev/ent/apis/ent-schema-api/changes/users/:id/followers/get.md)

---

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