---
title: "Update user profile"
method: POST
path: "/api/store/profile"
tags: ["v2", "store", "private"]
---

# Update user profile

`POST /api/store/profile`

Update the store profile for the authenticated user.

## Request body

- Profile — Marketplace user profile (only attributes that the user can update)
  - `username` string, required
  - `name` string, required
  - `description` string, required
  - `avatar_url` string, nullable, required
  - `links` string[], required

## Response `200`

Successful Response

- ProfileDetails — Marketplace user profile (including read-only fields)
  - `username` string, required
  - `name` string, required
  - `description` string, required
  - `avatar_url` string, nullable, required
  - `links` string[], required
  - `is_featured` boolean, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
