---
title: "User Online Ip List"
method: GET
path: "/api/node/{node_id}/online_stats/{user_id}/ip"
tags: ["Node"]
---

# User Online Ip List

`GET /api/node/{node_id}/online_stats/{user_id}/ip`

Retrieve user ips by node.

## Path parameters

- `node_id` integer, required
- `user_id` integer, required

## Response `200`

Successful Response

- UserIPList — User IP list - mapping of IP addresses to connection counts
  - `ips` object, required

## Other responses

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

---

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