---
title: "Returns a list of Roblox badges belonging to a user."
method: GET
path: "/v1/users/{userId}/roblox-badges"
tags: ["Accounts", "Badges", "User profiles", "Users"]
---

# Returns a list of Roblox badges belonging to a user.

`GET /v1/users/{userId}/roblox-badges`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxAccountInformationApiRobloxBadgeResponse[]
  - `id` integer — The ID belonging to this Roblox badge.
  - `name` string — The name of this Roblox badge.
  - `description` string — The description belonging to this Roblox badge.
  - `imageUrl` string — The URL corresponding to the image which represents this Roblox badge.

---

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