---
title: "Set My Display Name"
method: PUT
path: "/api/v1/profiles/me"
tags: ["profiles"]
---

# Set My Display Name

`PUT /api/v1/profiles/me`

## Request body

- SetDisplayNameRequest
  - `display_name` string, nullable, required

## Response `200`

Successful Response

- Profile
  - `user_id` string, uuid, required
  - `display_name` string, nullable, required

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

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