---
title: "PUT /api/auth/profile/{username}"
method: PUT
path: "/api/auth/profile/{username}"
tags: ["api"]
---

# PUT /api/auth/profile/{username}

`PUT /api/auth/profile/{username}`

## Request body

- UserProfile
  - `username` string, required
  - `email` string, required
  - `password` string, required
  - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
  - `memory_quota` integer

## Response `200`

OK

- UserProfile
  - `username` string, required
  - `email` string, required
  - `password` string, required
  - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
  - `memory_quota` integer

## Changes

- **2023-03-20** `1b23dfa4c95a` — 1 info
  - endpoint added
- **2022-06-23** `abc63a565218` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/changes/api/auth/profile/:username/put.md)

---

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