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

# Update the authenticated user's profile

`PUT /api/preview/user/profile`

## Request body

- object
  - `bio` string — Free-form bio text. Trimmed at the wrapper boundary.
  - `display_name` string — Display name shown in the UI. Trimmed at the wrapper boundary.

## Response `200`

Successful response

- object
  - `auth_method` string, nullable
  - `avatar` object, required
  - `bio` string, nullable
  - `created_at` string
  - `display_name` string, nullable
  - `email` string, nullable
  - `gravatar_checked_at` string, nullable
  - `gravatar_status` string, nullable
  - `has_password` boolean
  - `id` string
  - `image` string, nullable
  - `name` string, nullable
  - `updated_at` string

---

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