---
title: "Patch User Profile"
method: PATCH
path: "/users_profiles/{profile_id}"
tags: ["users"]
---

# Patch User Profile

`PATCH /users_profiles/{profile_id}`

## Path parameters

- `profile_id` string, required

## Query parameters

- `user_id` string, nullable

## Request body

- UserProfileUpdateRequest
  - `age` integer, nullable
  - `height` string, nullable
  - `weight` number, nullable
  - `height_unit` string, nullable
  - `weight_unit` string, nullable
  - `gender` 'male' | 'female' | 'other'
  - `name` string, nullable
  - `nickname` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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