---
title: "Update user profile"
method: PUT
path: "/profile"
tags: ["profile"]
---

# Update user profile

`PUT /profile`

Updates the profile information for the authenticated user.

## Request body

- InternalHandlersUpdateProfileRequest
  - `avatar` string
  - `display_name` string

## Response `200`

OK

- ModelsUser
  - `auto_hide` boolean
  - `avatar` string
  - `created_at` string
  - `display_name` string
  - `followers_count` integer
  - `following_count` integer
  - `id` string
  - `telegram_id` string
  - `telegram_username` string
  - `wallet_address` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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