---
title: "Get sub user"
method: GET
path: "/v2/sub-users/{sub_user_id}"
tags: ["Sub-users"]
---

# Get sub user

`GET /v2/sub-users/{sub_user_id}`

Get a single active sub user

## Path parameters

- `sub_user_id` integer, required

## Response `200`

200

- object
  - `id` integer
  - `username` string
  - `status` string
  - `created_at` string
  - `traffic` integer
  - `traffic_limit` unknown
  - `service_type` string
  - `traffic_count_from` unknown
  - `auto_disable` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/decodo/apis/smartproxy.md) · [All operations](https://skmtc.dev/decodo/apis/smartproxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodo/smartproxy/revisions/561ae165491a/schema)
