---
title: "Create user weight entry"
method: POST
path: "/v1/users/{user_id}/user_weights"
tags: ["Users"]
---

# Create user weight entry

`POST /v1/users/{user_id}/user_weights`

## Path parameters

- `user_id` integer, required

## Request body

- UserWeightCreate
  - `user_weight` object
    - `weight` number
    - `recorded_on` string, date

## Response `201`

Created

## Other responses

- `401` — Unauthorized

---

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