---
title: "Get User Sub Update List By Id"
method: GET
path: "/api/user/by-id/{user_id}/sub_update"
tags: ["User"]
---

# Get User Sub Update List By Id

`GET /api/user/by-id/{user_id}/sub_update`

## Path parameters

- `user_id` integer, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- UserSubscriptionUpdateList
  - `updates` UserSubscriptionUpdateSchema[]
    - `created_at` string, date-time, required
    - `user_agent` string, required
    - `ip` string, nullable
    - `hwid` string, nullable
  - `count` integer, required

## Other responses

- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — NotFound Error
- `422` — Validation Error

---

[API](https://skmtc.dev/socialser/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/socialser/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialser/pasarguardapi/revisions/4b082bbcb6c3/schema)
