---
title: "Update profile"
method: PATCH
path: "/account/profile/"
tags: ["account"]
---

# Update profile

`PATCH /account/profile/`

Update profile (name, username)

## Request body

- object
  - `name` string
  - `username` string

## Response `200`

Default Response

- object
  - `user` object, required
    - `id` string, required
    - `email` string, required
    - `name` string, required
    - `username` string, required

## Other responses

- `401` — Default Response
- `409` — Default Response

---

[API](https://skmtc.net/blockmatic/apis/basilic-api.md) · [All operations](https://skmtc.net/blockmatic/apis/basilic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockmatic/basilic-api/versions/b2c23a2d8170/schema)
