---
title: "Get a specific user profile"
method: GET
path: "/uploadposts/users/{username}"
tags: ["User Management"]
---

# Get a specific user profile

`GET /uploadposts/users/{username}`

Retrieve information for a single user profile by username.

## Path parameters

- `username` string, required

## Response `200`

Profile retrieved successfully.

- object
  - `success` boolean
  - `profile` UserProfile
    - `username` string — Unique profile identifier.
    - `created_at` string — Timestamp of profile creation.
    - `social_accounts` object — Connected social media accounts keyed by platform name.

## Other responses

- `404` — Not Found — Resource does not exist.

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
