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

# PATCH /v1/shared/auth/profile/

`PATCH /v1/shared/auth/profile/`

## Request body

- PatchedSharedUserProfile
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `birth_date` string, date, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `bonus` string, decimal
  - `avatar` string, uri, nullable
  - `grant_sent` boolean
  - `grant_accessible` boolean
  - `loyalty_percent` integer
  - `verified` boolean
  - `extra` unknown
  - `delivery_limit` string, decimal
  - `orders_price` string, decimal
  - `next_loyalty` string

## Response `200`

- SharedUserProfile
  - `id` integer, required
  - `first_name` string, required
  - `last_name` string, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `birth_date` string, date, nullable, required
  - `email` string, email, nullable
  - `phone` string, nullable, required
  - `bonus` string, decimal, required
  - `avatar` string, uri, nullable
  - `grant_sent` boolean, required
  - `grant_accessible` boolean, required
  - `loyalty_percent` integer, required
  - `verified` boolean, required
  - `extra` unknown
  - `delivery_limit` string, decimal, required
  - `orders_price` string, decimal, required
  - `next_loyalty` 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)
