---
title: "Set User Points"
method: PUT
path: "/v1/points/{system}/{user_id}/"
tags: ["points"]
---

# Set User Points

`PUT /v1/points/{system}/{user_id}/`

Set points of a user for a specific system to a given amount.

## Path parameters

- `system` string, required
- `user_id` integer, required

## Query parameters

- `amount` integer, required

## Response `200`

Successful Response

- UserPointChange
  - `system` string, required
  - `before` integer, required
  - `after` integer, required

## Other responses

- `401` — Unauthorized. You can't access this point system.
- `422` — Validation Error
- `429` — Out of requests. `X-RateLimit-Bucket` says which limit you hit and `Retry-After` how many seconds to wait. This request was not counted against you.

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
