---
title: "List a user's badges"
method: GET
path: "/admin/users/{username}/badges"
tags: ["admin"]
---

# List a user's badges

`GET /admin/users/{username}/badges`

## Path parameters

- `username` string, required

## Response `200`

BadgeList

- Badge[]
  - `description` string
  - `id` integer
  - `image_url` string
  - `slug` string

## Other responses

- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/versions/350de506cefa/schema)
