---
title: "PUT /v1/auth/profile/"
method: PUT
path: "/v1/auth/profile/"
tags: ["v1"]
---

# PUT /v1/auth/profile/

`PUT /v1/auth/profile/`

## Request body

- ProfileLimited
  - `id` integer, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `avatar` string, uri, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email, nullable
  - `password` string, required

## Response `200`

- ProfileLimited
  - `id` integer, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `avatar` string, uri, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email, nullable
  - `password` string, required

---

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