---
title: "List followed organizations"
method: GET
path: "/api/users/{username}/following/orgs"
tags: ["users"]
---

# List followed organizations

`GET /api/users/{username}/following/orgs`

## Path parameters

- `username` string, required

## Query parameters

- `cursor` string — Cursor for pagination

## Response `200`

The organizations followed by the given user

- object[]
  - `_id` string, required
  - `avatarUrl` string, required
  - `name` string, required
  - `fullname` string, required
  - `type` 'org', required
  - `isHf` boolean, required
  - `orgType` 'company' | 'university' | 'classroom' | 'non-profit' | 'government' | 'community'
  - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
  - `isFollowing` boolean
  - `numModels` number
  - `followerCount` number
  - `reasonToFollow` string
  - `emailDomains` object[]
    - `domain` string, required
    - `verified` boolean

---

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