---
title: "Get All User Followers"
method: GET
path: "/api/v2/user-followers"
tags: ["UserFollower"]
---

# Get All User Followers

`GET /api/v2/user-followers`

This endpoint retrieves all followers of a user for the current organization. <h3>Required Scope</h3>`users:read`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date, required
- `filter[end_date]` string, date, required

## Response `200`

Success

- UserFollower
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` UserFollowerData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` UserFollowerDataAttributes
      - `follower-employee-id` string, nullable — The unique employee id of the user who is the follower.
      - `following-employee-id` string, nullable — The unique employee id of the user who is being followed.
      - `followed-at` string, date-time — Date the follower began following the followed. (UTC)
    - `relationships` UserFollowerDataRelationships[]
      - `follower` ListedRequiredLearningUser
        - `data` CollaboratorRelationshipsData
          - `id` string, nullable
          - `type` string, nullable
      - `following` ListedRequiredLearningUser
        - `data` CollaboratorRelationshipsData
          - `id` string, nullable
          - `type` string, nullable

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
