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

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

`PATCH /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

---

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