---
title: "Update the authenticated user's hub profile"
method: PUT
path: "/api/hub/profiles/me"
tags: ["hub"]
---

# Update the authenticated user's hub profile

`PUT /api/hub/profiles/me`

[cloud-only] Updates the hub profile of the currently authenticated user.

## Request body

- object
  - `username` string
  - `display_name` string
  - `bio` string
  - `avatar_url` string, uri
  - `links` string[]

## Response `200`

Updated profile

- HubProfile — [cloud-only] A public user profile on the ComfyUI Hub.
  - `username` string, required
  - `display_name` string
  - `bio` string
  - `avatar_url` string, uri
  - `links` string[]
  - `workflow_count` integer
  - `created_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `409` — Conflict

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/hub/profiles/me/put.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
