---
title: "List user organizations"
method: GET
path: "/users/{username}/orgs"
tags: ["Organizations"]
---

# List user organizations

`GET /users/{username}/orgs`

## Path parameters

- `username` string, required

## Response `200`

Success

- Organization[]
  - `id` integer
  - `username` string
  - `full_name` string
  - `avatar_url` string
  - `description` string
  - `website` string
  - `location` string

## Other responses

- `404` — Resource not found.

---

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