---
title: "GET /personal/users/{userId}/followers"
method: GET
path: "/personal/users/{userId}/followers"
tags: ["user-following"]
---

# GET /personal/users/{userId}/followers

`GET /personal/users/{userId}/followers`

get the user profiles of `userId`'s followers

## Path parameters

- `userId` string, required

## Response `200`

List of user profiles

- UserDataProfile[]
  - `userId` string, required
  - `profile` UserProfile
    - `displayName` string
    - `summary` string
    - `websiteLink` string
    - `twitterLink` string
    - `githubLink` string
    - `linkedinLink` string

## Other responses

- `401` — unauthorized (you need to have a valid token) and userId must match the subject in token
- `403` — Access token is missing or invalid
- `404` — Resource not found

---

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