---
title: "List user profiles"
method: GET
path: "/uploadposts/users"
tags: ["User Management"]
---

# List user profiles

`GET /uploadposts/users`

Retrieve a list of all user profiles created under your API key.

## Response `200`

Profiles retrieved successfully.

- object
  - `success` boolean
  - `limit` integer — Maximum profiles allowed by plan.
  - `plan` string — Subscription plan.
  - `profiles` 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

- `401` — Unauthorized — Invalid or expired token.

---

[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)
