---
title: "PATCH /users/{id}/"
method: PATCH
path: "/users/{id}/"
tags: ["users"]
---

# PATCH /users/{id}/

`PATCH /users/{id}/`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `format` 'json' | 'xml'

## Request body

- PatchedAuthenticatedUserUpdate
  - `id` string, uuid
  - `url` string, uri
  - `first_name` string
  - `last_name` string
  - `display_name` string
  - `email` string, email
  - `phone` string
  - `address` NestedAddress
    - `raw_address` string
    - `formatted_address` string
    - `location` Location
      - `type` 'Point', required
      - `coordinates` number[], required
    - `google_place_id` string
    - `point_of_interest` string
    - `street` string
    - `house_number` string
    - `apartment_number` string, nullable
    - `city` string
    - `state` string
    - `postal_code` string
    - `country` string
    - `country_code` string
    - `geocoded_at` string, date-time, required
    - `geocode_failed_at` string, date-time, required

## Response `200`

## Changes

- **2022-09-08** `486e2fd12f8f` — 2 info
  - media type `application/json; version=2.3.5` was changed to `application/json; version=2.4.5` for the response status `200`
  - media type `application/xml; version=2.3.5` was changed to `application/xml; version=2.4.5` for the response status `200`
- **2022-08-19** `8446ece0e148` — 2 info
  - media type `application/json; version=2.4.13` was changed to `application/json; version=2.3.5` for the response status `200`
  - media type `application/xml; version=2.4.13` was changed to `application/xml; version=2.3.5` for the response status `200`

[Change history](https://skmtc.dev/oeklo/apis/gsmtasks-project-api/changes/users/:id/patch.md)

---

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