---
title: "Get User Public Profile"
method: GET
path: "/v4/users/{username}"
tags: ["Users"]
---

# Get User Public Profile

`GET /v4/users/{username}`

Retrieve a user's public profile

## Path parameters

- `username` string, required

## Response `200`

Successful Response

- UserPublicGet — Base model for schemas.
  - `id` string, required
  - `username` string, required
  - `created_at` string, date-time, required
  - `avatar_colour` string

## Other responses

- `422` — Validation Error

---

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